android_vendor_hardware_ove.../OnePlus/OP10Pro-SystemUI/AndroidManifest.xml
2023-03-15 12:21:13 +00:00

11 lines
498 B
XML

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="me.phh.treble.overlay.oneplus.op10pro.systemui"
android:versionCode="1"
android:versionName="1.0">
<overlay android:targetPackage="com.android.systemui"
android:requiredSystemPropertyName="ro.boot.prjname"
android:requiredSystemPropertyValue="+(20846|20847|2084A|22811|22861)"
android:priority="2084"
android:isStatic="true" />
</manifest>