Skip to content

Commit ac57d1d

Browse files
committed
do not require the faketouch device feature
1 parent 379f8af commit ac57d1d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010
android:name="android.permission.USE_FINGERPRINT"
1111
tools:node="remove"/>
1212

13+
<uses-feature
14+
android:name="android.hardware.faketouch"
15+
android:required="false"/>
16+
1317
<application
1418
android:name=".App"
1519
android:allowBackup="true"

0 commit comments

Comments
 (0)