android_vendor_hardware_ove.../Xiaomi/Mi13/AndroidManifest.xml
Andy CrossGate Yan 77fecfa51d Add resources for Xiaomi 13 (fuxi)
Change-Id: Id5c515a994ca2c1bf88c45fcdfdef68b7548f3cb
2023-04-19 00:27:47 +00:00

11 lines
449 B
XML

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="me.phh.treble.overlay.xiaomi.mi13"
android:versionCode="1"
android:versionName="1.0">
<overlay android:targetPackage="android"
android:requiredSystemPropertyName="ro.boot.hardware.sku"
android:requiredSystemPropertyValue="fuxi"
android:priority="1300"
android:isStatic="true" />
</manifest>