android_vendor_hardware_ove.../Xiaomi/RedmiK20Pro-SystemUI/AndroidManifest.xml
Andy CrossGate Yan 4307fb69a0 Redo resources for Xiaomi Redmi K20 Pro (raphael)
Change-Id: I8fd6beaf792fc9ef428e0cb544e4f4e6c1d6fe37
2021-12-09 13:40:39 +00:00

11 lines
496 B
XML
Executable file

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