android_vendor_hardware_ove.../Xiaomi/Civi4Pro-SystemUI/AndroidManifest.xml
Andy CrossGate Yan 2bc9412139 Add resources for Xiaomi Civi 4 Pro (chenfeng)
Change-Id: I9f331cd08afaacba083e44a34ec1fe743f8fef00
2024-06-30 17:10:07 +08:00

10 lines
479 B
XML

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