android_vendor_hardware_ove.../Xiaomi/RedmiNote8/AndroidManifest.xml
Andy CrossGate Yan 910c67baa8 Add resources for Xiaomi Redmi Note 8/T (ginkgo/willow)
- Skeleton from Redmi Note 8 Pro
- Notch/SB/brightness/power_profile from LineageOS for ginkgo
- Priority high to avoid having to disable vendor overlays

Tested by Mika L (TG @huuhaa_tm)

Change-Id: I6d28fa898702f2e5ef30cd147638917930b62bb1
2023-06-14 21:07:18 +08:00

11 lines
459 B
XML

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="me.phh.treble.overlay.xiaomi.redminote8"
android:versionCode="1"
android:versionName="1.0">
<overlay android:targetPackage="android"
android:requiredSystemPropertyName="ro.product.vendor.device"
android:requiredSystemPropertyValue="+(ginkgo|willow)"
android:priority="1141"
android:isStatic="true" />
</manifest>