vendor_hardware_overlay/Xiaomi/Redmi6A/AndroidManifest.xml
suwakowww 8e4bb8be34 rewrite old branch
The original branch it's too mess to commit, so I decided to rewrite a new one.
2018-12-08 19:07:15 +08:00

11 lines
456 B
XML

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