Change priority for overlays

This commit is contained in:
jgudec 2022-05-05 13:15:26 +02:00
parent 11c3f1ea59
commit 3bf5fa3468
2 changed files with 3 additions and 3 deletions

View File

@ -5,6 +5,6 @@
<overlay android:targetPackage="com.android.systemui"
android:requiredSystemPropertyName="ro.vendor.build.fingerprint"
android:requiredSystemPropertyValue="+*samsung/r0s*"
android:priority="400"
android:isStatic="true" />
android:priority="977"
android:isStatic="true" />
</manifest>

View File

@ -5,6 +5,6 @@
<overlay android:targetPackage="android"
android:requiredSystemPropertyName="ro.vendor.build.fingerprint"
android:requiredSystemPropertyValue="+*samsung/r0s*"
android:priority="377"
android:priority="976"
android:isStatic="true" />
</manifest>