android_vendor_hardware_ove.../Xiaomi/PocoF4-SystemUI/AndroidManifest.xml

11 lines
477 B
XML
Executable file

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