android_vendor_hardware_ove.../Realme/Q2-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
480 B
XML

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="me.phh.treble.overlay.realme.q2.systemui"
android:versionCode="1"
android:versionName="1.0">
<overlay android:targetPackage="com.android.systemui"
android:requiredSystemPropertyName="ro.build.overlay.deviceid"
android:requiredSystemPropertyValue="+RMX2117"
android:priority="2061"
android:isStatic="true" />
</manifest>