vendor_hardware_overlay/Xiaomi/MiMix3-SystemUI/AndroidManifest.xml
2022-02-20 17:42:09 +00:00

10 lines
442 B
XML

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