do not require the faketouch device feature

This commit is contained in:
tibbi 2019-03-08 19:16:48 +01:00
parent d6acf6f102
commit d32c6af6ea
1 changed files with 4 additions and 0 deletions

View File

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