android_vendor_hardware_ove.../OPPO/PEQM00-SystemUI/AndroidManifest.xml
Andy CrossGate Yan 8b6cea62ef Fixup for OPPO Reno6 on Android 12
Change-Id: I30cc8d6ade9725d8e0f2e50e05f22924fcfae3d4
2021-10-29 10:33:05 +00:00

11 lines
455 B
XML

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="me.phh.treble.overlay.oppo.peqm00.systemui"
android:versionCode="1"
android:versionName="1.0">
<overlay android:targetPackage="com.android.systemui"
android:requiredSystemPropertyName="ro.boot.prjname"
android:requiredSystemPropertyValue="20181"
android:priority="2018"
android:isStatic="true" />
</manifest>