vendor_hardware_overlay/Blackview/BV6900/AndroidManifest.xml
2021-04-13 13:41:03 +03:00

11 lines
462 B
XML

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