android_vendor_hardware_ove.../Oukitel/WP8PRO/AndroidManifest.xml
Ed 9733410655
Oukitel WP8 Pro Overlay
Acting on the feedback from the previous commit (which also makes it region ambivalent).

Signed-off-by: Ed Geraghty <ed@geraghty.london>
2021-01-15 23:58:59 +00:00

11 lines
445 B
XML

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="me.phh.treble.overlay.oukitel.wp8pro"
android:versionCode="1"
android:versionName="1.0">
<overlay android:targetPackage="android"
android:requiredSystemPropertyName="ro.vendor.build.fingerprint"
android:requiredSystemPropertyValue="+OUKITEL/WP8_Pro*"
android:priority="238"
android:isStatic="true" />
</manifest>