vendor_hardware_overlay/Blackview/BV9500Plus/AndroidManifest.xml
2020-10-03 17:04:56 +03:00

11 lines
470 B
XML

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="me.phh.treble.overlay.blackview.bv9500plus"
android:versionCode="1"
android:versionName="1.0">
<overlay android:targetPackage="android"
android:requiredSystemPropertyName="ro.vendor.build.fingerprint"
android:requiredSystemPropertyValue="+Blackview/BV9500Plus*"
android:priority="151"
android:isStatic="true" />
</manifest>