android_vendor_hardware_ove.../OnePlus/N20-SystemUI/AndroidManifest.xml
Andy CrossGate Yan 4919637194 Add resources for OnePlus Nord N20
Change-Id: I4fb3496c1da86c5609b3803669eda13d0a8def9e
2022-07-12 15:01:44 +00:00

11 lines
476 B
XML

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