android_vendor_hardware_ove.../OnePlus/N10-SystemUI/AndroidManifest.xml
FinecoFinit 14ab16dbd2 Priority adjust
Priority was too low, overlay was overwritten by other and wasn't able to change statusbar
2023-01-09 14:57:36 +06:00

11 lines
493 B
XML

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="me.phh.treble.overlay.oneplus.n10.systemui"
android:versionCode="1"
android:versionName="1.0">
<overlay android:targetPackage="com.android.systemui"
android:requiredSystemPropertyName="ro.vendor.build.fingerprint"
android:requiredSystemPropertyValue="+OnePlus/OnePlusN10/OnePlusN10*"
android:priority="1800"
android:isStatic="true" />
</manifest>