android_vendor_hardware_ove.../Huawei/msm8917/ATU/AndroidManifest.xml
John Vincent 4b40052b01 Add support for ATU
Add support for the Huawei Y6 (2018) and Y6 Prime (2018).
2019-01-07 21:05:06 +01:00

11 lines
432 B
XML

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="io.tenseventyseven.treble.huawei.ATU"
android:versionCode="1"
android:versionName="1.0">
<overlay android:targetPackage="android"
android:requiredSystemPropertyName="ro.hw.oemName"
android:requiredSystemPropertyValue="+ATU*"
android:priority="60"
android:isStatic="true" />
</manifest>