android_vendor_hardware_ove.../Realme/RE513CL1/AndroidManifest.xml
Bharat Dev Burman 9f6692c492
check devices for ro.boot.prjname instead
132863 is 8 5G
133013 is Narzo 30 5G
2022-04-28 16:20:20 +05:30

10 lines
402 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.re513cl1">
<overlay
android:isStatic="true"
android:priority="261"
android:targetPackage="android"
android:requiredSystemPropertyName="ro.boot.prjname"
android:requiredSystemPropertyValue="(132863|133013)" />
</manifest>