android_vendor_hardware_ove.../Xiaomi/PocoX3GT/AndroidManifest.xml
2022-08-01 13:52:08 +08:00

11 lines
446 B
XML

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