android_vendor_hardware_ove.../Xiaomi/Redmi10X5G-SystemUI/AndroidManifest.xml
2022-08-29 20:36:40 +08:00

11 lines
507 B
XML

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