android_vendor_hardware_ove.../OPPO/PEQM00-SystemUI/AndroidManifest.xml
Andy CrossGate Yan 837d949a8e Add resources for OPPO Reno6 (PEQM00)
Change-Id: I3889b228a4e8d089b1b616690869bf85b4864c47
2021-07-04 04:56:08 +00:00

11 lines
462 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.vendor.product.oem"
android:requiredSystemPropertyValue="PEQM00"
android:priority="1812"
android:isStatic="true" />
</manifest>