android_vendor_hardware_ove.../Xiaomi/Redmi7A/AndroidManifest.xml
YaAlex 78c826157b Add overlay for Redmi7A
Signed-off-by: YaAlex <yaalex@yaalex.tk>
2019-12-03 03:47:59 +02:00

11 lines
455 B
XML

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