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

11 lines
473 B
XML

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