android_vendor_hardware_ove.../Xiaomi/Mi14Pro/AndroidManifest.xml
Pierre-Hugues Husson a33f45cf94 Make tests happy
2023-12-03 15:07:47 -05:00

11 lines
456 B
XML

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