android_vendor_hardware_ove.../LG/timelm/AndroidManifest.xml
2022-10-28 23:08:22 -04:00

11 lines
450 B
XML

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