android_vendor_hardware_ove.../LG/mfh505glm/AndroidManifest.xml
Andy CrossGate Yan 4b589efe57 Add resources for LG Stylo 7 5G (mfh505glm)
Change-Id: Ib04bd5396ee8118cefdcf8a47a7b22ff2f0906b5
2021-12-03 11:49:45 +00:00

11 lines
459 B
XML

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