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

11 lines
479 B
XML
Executable file

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