android_vendor_hardware_ove.../Realme/8-5G-SystemUI/AndroidManifest.xml
Bharat Dev Burman bc43f62621
Realme: 8 5G: fixup overlays not getting enabled
regex parser for Android Manifests don't fully comply to the spec.
see: https://developer.android.com/reference/android/os/PatternMatcher.html#PATTERN_SIMPLE_GLOB

Test: build overlays, install and check output of `cmd overlay list`

Signed-off-by: Bharat Dev Burman <bharat.singh7924@gmail.com>
2022-07-15 13:09:17 +05:30

11 lines
488 B
XML

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="me.phh.treble.overlay.realme.r8_5g.systemui"
android:versionCode="1"
android:versionName="1.0">
<overlay android:targetPackage="com.android.systemui"
android:requiredSystemPropertyName="ro.build.overlay.deviceid"
android:requiredSystemPropertyValue="+[RMX324](1|2)"
android:priority="336"
android:isStatic="true" />
</manifest>