android_vendor_hardware_ove.../LG/V40/AndroidManifest.xml
James Muir 4a2e489ff7 Initial support for the LG V40 ThinQ
copy the LG G7 files and update Android.mk and AndroidManifest.xml.
The codename for the V40 is "judypn".
2018-12-21 14:18:32 -05:00

11 lines
445 B
XML

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="me.phh.treble.overlay.lg.v40"
android:versionCode="1"
android:versionName="1.0">
<overlay android:targetPackage="android"
android:requiredSystemPropertyName="ro.vendor.build.fingerprint"
android:requiredSystemPropertyValue="+lge/judypn*"
android:priority="54"
android:isStatic="true" />
</manifest>