android_vendor_hardware_ove.../Huawei/PIC-LX9/AndroidManifest.xml
2019-12-06 14:07:31 +01:00

11 lines
429 B
XML

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