android_vendor_hardware_ove.../OPPO/Reno6-5G-SystemUI/AndroidManifest.xml
Andy CrossGate Yan fb892f4c3e OPlus overlay housekeeping
Renaming and removing leftover tags

Change-Id: I014f3c47c221c2b2a37a6b173ed9190b52b8e8e8
2022-06-11 22:18:20 +08:00

11 lines
457 B
XML

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="me.phh.treble.overlay.oppo.reno6_5g.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>