do not require the faketouch device feature

This commit is contained in:
tibbi 2019-03-07 09:37:54 +01:00
parent a2d3e0c437
commit 8887776f17
1 changed files with 6 additions and 2 deletions

View File

@ -16,14 +16,18 @@
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"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_launcher_name"
android:roundIcon="@mipmap/ic_launcher"
android:theme="@style/AppTheme"
android:supportsRtl="true">
android:supportsRtl="true"
android:theme="@style/AppTheme">
<activity
android:name=".activities.SplashActivity"