Changed Prop

With (existing) vendor fingerprint, the overlay wont apply. With this prop, now working.
This commit is contained in:
darkestDark 2019-06-12 12:46:28 +02:00 committed by Pierre-Hugues Husson
parent 01b98a296b
commit 2212309fff

View file

@ -3,8 +3,8 @@
android:versionCode="1"
android:versionName="1.0">
<overlay android:targetPackage="android"
android:requiredSystemPropertyName="ro.vendor.build.fingerprint"
android:requiredSystemPropertyValue="+*iaomi/lavender*"
android:requiredSystemPropertyName="ro.product.vendor.device"
android:requiredSystemPropertyValue="lavender"
android:priority="75"
android:isStatic="true" />
</manifest>