vendor_hardware_overlay/OnePlus/N200/AndroidManifest.xml
2021-12-09 13:40:39 +00:00

11 lines
476 B
XML

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="me.phh.treble.overlay.oneplus.n200"
android:versionCode="1"
android:versionName="1.0">
<overlay android:targetPackage="android"
android:requiredSystemPropertyName="ro.vendor.build.fingerprint"
android:requiredSystemPropertyValue="+OnePlus/OnePlusN200*"
android:priority="2081"
android:isStatic="true" />
</manifest>