android_vendor_hardware_ove.../OnePlus/OP9-SystemUI/AndroidManifest.xml
Andy CrossGate Yan 7f16f6d589 Add resources for OnePlus 9
Change-Id: I23e0bf1eefc905ef83669f69915d92c8b068b277
2022-08-29 14:51:50 +00:00

11 lines
494 B
XML
Executable file

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="me.phh.treble.overlay.oneplus.op9.systemui"
android:versionCode="1"
android:versionName="1.0">
<overlay android:targetPackage="com.android.systemui"
android:requiredSystemPropertyName="ro.boot.prjname"
android:requiredSystemPropertyValue="+(19825|20851|20852|20853|20854)"
android:priority="1983"
android:isStatic="true" />
</manifest>