do not require the faketouch device feature

This commit is contained in:
tibbi 2019-03-08 21:00:30 +01:00
parent 379f8af546
commit ac57d1d7df
1 changed files with 4 additions and 0 deletions

View File

@ -10,6 +10,10 @@
android:name="android.permission.USE_FINGERPRINT" android:name="android.permission.USE_FINGERPRINT"
tools:node="remove"/> tools:node="remove"/>
<uses-feature
android:name="android.hardware.faketouch"
android:required="false"/>
<application <application
android:name=".App" android:name=".App"
android:allowBackup="true" android:allowBackup="true"