android_vendor_hardware_ove.../Realme/RE513CL1/AndroidManifest.xml
Bharat Dev Burman eedf7cc918 realme: modify oppo6833 -> re513cl1 ODM codename
Uses ro.product.odm.device for selecting overlays

Signed-off-by: Bharat Dev Burman <bharat.singh7924@gmail.com>
2022-02-03 17:52:15 +05:30

10 lines
401 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.product.odm.device"
android:requiredSystemPropertyValue="RE513CL1" />
</manifest>