android_vendor_hardware_ove.../Xiaomi/RedmiNote11/AndroidManifest.xml
2022-04-11 19:20:59 +02:00

11 lines
448 B
XML

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