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.
This commit is contained in:
thongass000 2022-02-23 11:32:32 +07:00
parent eca5c8340a
commit 39a666286e

View file

@ -3,8 +3,8 @@
android:versionCode="1"
android:versionName="1.0">
<overlay android:targetPackage="android"
android:requiredSystemPropertyName="ro.vendor.product.model"
android:requiredSystemPropertyValue="Lenovo L38041"
android:requiredSystemPropertyName="ro.vendor.build.fingerprint"
android:requiredSystemPropertyValue="+Lenovo/kunlun/kunlun*"
android:priority="70"
android:isStatic="true" />
</manifest>