vendor_hardware_overlay/LG/mfh505glm-SystemUI/AndroidManifest.xml

11 lines
491 B
XML

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="me.phh.treble.overlay.lge.mfh505glm.systemui"
android:versionCode="1"
android:versionName="1.0">
<overlay android:targetPackage="com.android.systemui"
android:requiredSystemPropertyName="ro.product.vendor.device"
android:requiredSystemPropertyValue="+(mfh505glm|fh50lm)"
android:priority="505"
android:isStatic="true" />
</manifest>