Use vendor fingerprint on Mi 8 EE

This commit is contained in:
Tadi 2018-11-22 21:01:21 +01:00 committed by GitHub
parent e7f711a26a
commit 30eba351a3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,8 +3,8 @@
android:versionCode="1"
android:versionName="1.0">
<overlay android:targetPackage="android"
android:requiredSystemPropertyName="ro.vendor.product.device"
android:requiredSystemPropertyValue="ursa"
android:requiredSystemPropertyName="ro.vendor.build.fingerprint"
android:requiredSystemPropertyValue="+*iaomi/ursa*"
android:priority="17"
android:isStatic="true" />
</manifest>