android_vendor_hardware_ove.../Xiaomi/RedmiNote13Pro4G/AndroidManifest.xml
2024-05-17 08:18:29 +08:00

10 lines
468 B
XML

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