android_vendor_hardware_ove.../Realme/GTMaster-SystemUI/AndroidManifest.xml
Andy CrossGate Yan 6a27f789bd Add resources for Realme GT Master (RMX3360/RMX3361/RMX3363)
Change-Id: I66db05f7f7089f4190ce3cfe2b11df28ab4d6102
2022-06-26 11:41:09 +08:00

11 lines
486 B
XML
Executable file

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="me.phh.treble.overlay.realme.gtmaster.systemui"
android:versionCode="1"
android:versionName="1.0">
<overlay android:targetPackage="com.android.systemui"
android:requiredSystemPropertyName="ro.boot.prjname"
android:requiredSystemPropertyValue="+(21603|21675|21676)"
android:priority="2160"
android:isStatic="true" />
</manifest>