Priority adjust

Priority was too low, overlay was overwritten by other and wasn't able to change statusbar
This commit is contained in:
FinecoFinit 2023-01-09 14:57:36 +06:00
parent 49e35db2ff
commit 14ab16dbd2
2 changed files with 2 additions and 2 deletions

View file

@ -5,6 +5,6 @@
<overlay android:targetPackage="com.android.systemui"
android:requiredSystemPropertyName="ro.vendor.build.fingerprint"
android:requiredSystemPropertyValue="+OnePlus/OnePlusN10/OnePlusN10*"
android:priority="1200"
android:priority="1800"
android:isStatic="true" />
</manifest>

View file

@ -5,6 +5,6 @@
<overlay android:targetPackage="android"
android:requiredSystemPropertyName="ro.vendor.build.fingerprint"
android:requiredSystemPropertyValue="+OnePlus/OnePlusN10/OnePlusN10*"
android:priority="1200"
android:priority="1800"
android:isStatic="true" />
</manifest>