vendor_hardware_overlay/Huawei/msm8937/AUM/AndroidManifest.xml
2019-04-12 13:47:22 +01:00

11 lines
431 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="5"
android:isStatic="true" />
</manifest>