android_vendor_hardware_ove.../Xiaomi/RedmiNote10S/AndroidManifest.xml
restuindrawan bb0d7dc687 Fix errors
2022-02-28 22:00:40 +08:00

11 lines
452 B
XML

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="me.phh.treble.overlay.xiaomi.redminote10s"
android:versionCode="1"
android:versionName="1.0">
<overlay android:targetPackage="android"
android:requiredSystemPropertyName="ro.product.vendor.device"
android:requiredSystemPropertyValue="rosemary"
android:priority="671"
android:isStatic="true" />
</manifest>