Added required property name & correct value

This commit is contained in:
v555574 2019-02-11 15:45:01 +04:00
parent dae20b1f12
commit 364889969f

View file

@ -3,7 +3,8 @@
android:versionCode="1"
android:versionName="1.0">
<overlay android:targetPackage="android"
android:requiredSystemPropertyValue="+*ASUS_X00RD*"
android:requiredSystemPropertyName="ro.vendor.build.fingerprint"
android:requiredSystemPropertyValue="+*ASUS_X00R_2*"
android:priority="81"
android:isStatic="true" />
</manifest>