android_vendor_hardware_ove.../Xiaomi/RedmiNote7/AndroidManifest.xml
darkestDark 2212309fff Changed Prop
With (existing) vendor fingerprint, the overlay wont apply. With this prop, now working.
2019-08-05 16:48:38 +02:00

11 lines
449 B
XML

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="me.phh.treble.overlay.xiaomi.redminote7"
android:versionCode="1"
android:versionName="1.0">
<overlay android:targetPackage="android"
android:requiredSystemPropertyName="ro.product.vendor.device"
android:requiredSystemPropertyValue="lavender"
android:priority="75"
android:isStatic="true" />
</manifest>