do not require the faketouch device feature

This commit is contained in:
tibbi 2019-03-01 14:37:01 +01:00
parent 028877ed90
commit 17af3b2930

View File

@ -7,6 +7,10 @@
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
<uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES"/>
<uses-feature
android:name="android.hardware.faketouch"
android:required="false"/>
<application
android:name=".App"
android:allowBackup="true"