android_vendor_hardware_ove.../Huawei/msm8937/AUM/AndroidManifest.xml
2019-05-17 17:44:50 +01:00

11 lines
433 B
XML

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