vendor_hardware_overlay/OPPO/A54-SystemUI/AndroidManifest.xml
Andy CrossGate Yan 7956342781 Support more variants of OPPO A54 (incl. CPH2241)
Change-Id: I2f2252600d6bd5d44ae667bfc4c012e3a296c5d0
2022-02-22 15:15:19 +00:00

11 lines
497 B
XML

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="me.phh.treble.overlay.oppo.a54.systemui"
android:versionCode="1"
android:versionName="1.0">
<overlay android:targetPackage="com.android.systemui"
android:requiredSystemPropertyName="ro.boot.prjname"
android:requiredSystemPropertyValue="+(20361|20362|20363|20364|20365|20366)"
android:priority="2036"
android:isStatic="true" />
</manifest>