Skip to content

Commit 17af3b2

Browse files
committed
do not require the faketouch device feature
1 parent 028877e commit 17af3b2

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
@@ -7,6 +7,10 @@
77
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
88
<uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES"/>
99

10+
<uses-feature
11+
android:name="android.hardware.faketouch"
12+
android:required="false"/>
13+
1014
<application
1115
android:name=".App"
1216
android:allowBackup="true"

0 commit comments

Comments
 (0)