android_vendor_hardware_ove.../Realme/8-5G/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

10 lines
397 B
XML

<?xml version="1.0" encoding="utf-8" standalone="no"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="me.phh.treble.overlay.realme.r8_5g">
<overlay
android:isStatic="true"
android:priority="261"
android:targetPackage="android"
android:requiredSystemPropertyName="ro.boot.prjname"
android:requiredSystemPropertyValue="+(132863|133013)" />
</manifest>