android_vendor_hardware_ove.../Realme/GT2Master-SystemUI/AndroidManifest.xml
2023-02-12 15:25:14 +00:00

11 lines
472 B
XML

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="me.phh.treble.overlay.realme.gt2master.systemui"
android:versionCode="1"
android:versionName="1.0">
<overlay android:targetPackage="com.android.systemui"
android:requiredSystemPropertyName="ro.boot.prjname"
android:requiredSystemPropertyValue="21605"
android:priority="2159"
android:isStatic="true" />
</manifest>