vendor_hardware_overlay/Lenovo/K5Pro/AndroidManifest.xml
thongass000 39a666286e Lenovo: K5Pro: Use ro.vendor.build.fingerprint as overlay target
Since Android 9 OEM update, 'ro.vendor.product.model' on Android 8.1 vendor was replaced by 'ro.product.vendor.model'. Replacing it with 'ro.vendor.build.fingerprint' to make device recognized by the overlay.
2022-02-23 11:32:32 +07:00

11 lines
461 B
XML

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