android_vendor_hardware_ove.../Realme/9i-SystemUI/AndroidManifest.xml
2023-04-22 11:41:32 +03:00

11 lines
490 B
XML

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="me.phh.treble.overlay.realme.r9i.systemui"
android:versionCode="1"
android:versionName="1.0">
<overlay android:targetPackage="com.android.systemui"
android:requiredSystemPropertyName="ro.build.overlay.deviceid"
android:requiredSystemPropertyValue="+(RMX3491|RMX3493)"
android:priority="135"
android:isStatic="true" />
</manifest>