android_vendor_hardware_ove.../Xiaomi/PocoM5/AndroidManifest.xml
2023-04-08 20:45:05 +03:00

11 lines
451 B
XML

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="me.phh.treble.overlay.xiaomi.pocom5"
android:versionCode="1"
android:versionName="1.0">
<overlay android:targetPackage="android"
android:requiredSystemPropertyName="ro.product.vendor.device"
android:requiredSystemPropertyValue="+(stone|rock)"
android:priority="340"
android:isStatic="true" />
</manifest>