vendor_hardware_overlay/OnePlus/N2-SystemUI/AndroidManifest.xml
Andy CrossGate Yan c2c286fc1d Add resources for OnePlus Nord 2
For AOD to work, disable vendor overlays:
`setprop persist.sys.phh.no_vendor_overlay true`

Change-Id: I3909ce09bfd9eb1f4c2b3612b25ceb0178ca8562
2022-02-18 12:29:58 +00:00

11 lines
475 B
XML
Executable file

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