Change each overlays to unique priority ID.

sakura and daisy have exists priority ID, keep them.
This commit is contained in:
suwakowww 2018-10-29 20:45:35 +08:00 committed by Pierre-Hugues Husson
parent 4d6c962c59
commit 906c82633d
4 changed files with 4 additions and 4 deletions

View file

@ -5,6 +5,6 @@
<overlay android:targetPackage="android"
android:requiredSystemPropertyName="ro.vendor.build.fingerprint"
android:requiredSystemPropertyValue="+xiaomi/wayne*"
android:priority="16"
android:priority="44"
android:isStatic="true" />
</manifest>

View file

@ -5,6 +5,6 @@
<overlay android:targetPackage="android"
android:requiredSystemPropertyName="ro.vendor.build.fingerprint"
android:requiredSystemPropertyValue="+xiaomi/jasmine*"
android:priority="16"
android:priority="45"
android:isStatic="true" />
</manifest>

View file

@ -5,6 +5,6 @@
<overlay android:targetPackage="android"
android:requiredSystemPropertyName="ro.vendor.build.fingerprint"
android:requiredSystemPropertyValue="+Xiaomi/nitrogen*"
android:priority="16"
android:priority="46"
android:isStatic="true" />
</manifest>

View file

@ -5,6 +5,6 @@
<overlay android:targetPackage="android"
android:requiredSystemPropertyName="ro.vendor.build.fingerprint"
android:requiredSystemPropertyValue="+xiaomi/whyred*"
android:priority="16"
android:priority="47"
android:isStatic="true" />
</manifest>