android_vendor_hardware_ove.../HTC/U12Plus/AndroidManifest.xml
2019-03-04 21:27:50 +01:00

11 lines
433 B
XML

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