android_vendor_hardware_ove.../Xiaomi/RedmiNote10/AndroidManifest.xml
Prince Cooper 27471387f1 Add Overlay for Redmi Note 10
Signed-off-by: Prince Cooper <8982359-pc00per@users.noreply.gitlab.com>
2022-07-27 06:38:14 +05:30

11 lines
452 B
XML

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="me.phh.treble.overlay.xiaomi.redminote10"
android:versionCode="1"
android:versionName="1.0">
<overlay android:targetPackage="android"
android:requiredSystemPropertyName="ro.product.board"
android:requiredSystemPropertyValue="+(mojito*|sunny*)"
android:priority="550"
android:isStatic="true" />
</manifest>