android_vendor_hardware_ove.../Xiaomi/RedmiNote5/AndroidManifest.xml
2018-11-03 21:17:27 +01:00

11 lines
459 B
XML

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