Fix android:priority again

This commit is contained in:
Syoker 2022-07-28 18:18:25 -03:00
parent 822e110160
commit 04b2a38321
2 changed files with 2 additions and 2 deletions

View file

@ -5,6 +5,6 @@
<overlay android:targetPackage="com.android.systemui"
android:requiredSystemPropertyName="ro.product.vendor.device"
android:requiredSystemPropertyValue="astro"
android:priority="15"
android:priority="509"
android:isStatic="true" />
</manifest>

View file

@ -5,6 +5,6 @@
<overlay android:targetPackage="android"
android:requiredSystemPropertyName="ro.product.vendor.device"
android:requiredSystemPropertyValue="astro"
android:priority="15"
android:priority="509"
android:isStatic="true" />
</manifest>