fingerprint and generic device name

This commit is contained in:
Wabo0 2018-11-01 12:01:17 +01:00
parent 5ac58de113
commit 5ec48075f7

View file

@ -3,8 +3,8 @@
android:versionCode="1"
android:versionName="1.0">
<overlay android:targetPackage="android"
android:requiredSystemPropertyName="ro.vendor.product.name"
android:requiredSystemPropertyValue="ali_retail"
android:requiredSystemPropertyName="ro.vendor.build.fingerprint"
android:requiredSystemPropertyValue="+motorola/ali_*"
android:priority="43"
android:isStatic="true" />
</manifest>