android_vendor_hardware_ove.../OPPO/RenoPro2019-SystemUI/AndroidManifest.xml
Andy CrossGate Yan d519ac9aa8 Rescope Reno3 Pro overlay to devices of the same "Reno Pro 2019" ID
Now targeting all CN variants (i.e. BL publicly unlockable) of Reno3 Pro, Reno4 Pro, Reno5 Pro/+, Reno6 Pro/+

Change-Id: I90c65f8001ff278d143b143a27e59f75d56875aa
2022-02-22 15:15:09 +00:00

11 lines
535 B
XML

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="me.phh.treble.overlay.oppo.renopro2019.systemui"
android:versionCode="1"
android:versionName="1.0">
<overlay android:targetPackage="com.android.systemui"
android:requiredSystemPropertyName="ro.boot.prjname"
android:requiredSystemPropertyValue="+(19101|19102|19191|19192|20131|20133|20135|20139|20161|20163|20171)"
android:priority="1910"
android:isStatic="true" />
</manifest>