android_vendor_hardware_ove.../OnePlus/OP10Pro-SystemUI/AndroidManifest.xml
Andy CrossGate Yan 076941c53e Add resources for OnePlus 10 Pro
For 2K resolution only - switch from PHH Settings and restart SystemUI

Change-Id: I7638cf454eb21b979af1bc832073ac1c92f14aba
2022-01-30 16:39:02 +00:00

11 lines
471 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"
android:priority="2084"
android:isStatic="true" />
</manifest>