android_vendor_hardware_ove.../OnePlus/Ace2V-SystemUI/AndroidManifest.xml
2023-07-10 08:42:12 +08:00

10 lines
477 B
XML

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="me.phh.treble.overlay.oneplus.ace2.systemui"
android:versionCode="1"
android:versionName="1.0">
<overlay android:targetPackage="com.android.systemui"
android:requiredSystemPropertyName="ro.boot.prjname"
android:requiredSystemPropertyValue="+(21871|22823)"
android:priority="2282"
android:isStatic="true" />
</manifest>