android_vendor_hardware_ove.../Xiaomi/MiMix3/AndroidManifest.xml
AndroPlus aabf22a384 Add overlay for Xiaomi Mi MIX 3
SystemUI overlay is needed for AOD and it will be enabled by TrebleApp.
2018-11-23 20:15:20 +09:00

11 lines
440 B
XML

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