android_vendor_hardware_ove.../Xiaomi/RedmiNote9T/AndroidManifest.xml
2021-10-18 11:50:04 +01:00

11 lines
450 B
XML
Executable file

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