vendor_hardware_overlay/OnePlus/OP6T/AndroidManifest.xml
2019-01-21 18:29:00 +01:00

11 lines
454 B
XML

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