android_vendor_hardware_ove.../Huawei/ARE/AndroidManifest.xml
Andy CrossGate Yan 4ef3fde560 Add resources for Huawei Honor 8X Max / Enjoy Max (ARE)
Note: Huameme actually puts overlay stuff in /product...
2020-03-27 22:43:26 +08:00

11 lines
430 B
XML

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