android_vendor_hardware_ove.../OPPO/FindX3Pro-SystemUI/AndroidManifest.xml
Andy CrossGate Yan 5ee689423a Add resources for OPPO Find X3 Pro (PEEM00)
"Lensman" variant (PEEM00FLU) included

Change-Id: I4af7de199cfdd9d90fdd4d6c7a05a8844246830e
2022-09-12 08:16:55 +00:00

11 lines
479 B
XML

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="me.phh.treble.overlay.oppo.findx3pro.systemui"
android:versionCode="1"
android:versionName="1.0">
<overlay android:targetPackage="com.android.systemui"
android:requiredSystemPropertyName="ro.boot.prjname"
android:requiredSystemPropertyValue="+(20031|21051)"
android:priority="2003"
android:isStatic="true" />
</manifest>