android_vendor_hardware_ove.../OnePlus/OP12-SystemUI/AndroidManifest.xml
Andy CrossGate Yan 8691254875 Add resources for OnePlus 12
Change-Id: I1a3d58dd622c7108a522c14bb7fa1e3e1898aeba
2024-02-01 22:51:01 +08:00

10 lines
477 B
XML

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