Require touchscreen in the Android manifest

Fixes #233
This commit is contained in:
Chris Garrity 2020-04-07 15:06:08 -04:00
parent 3c80bb2f81
commit 16ee3f9213

View file

@ -10,6 +10,7 @@
<uses-feature android:name="android.hardware.camera" android:required="false" />
<uses-feature android:name="android.hardware.microphone" android:required="false" />
<uses-feature android:name="android.hardware.touchscreen" android:required="true" />
<supports-screens android:requiresSmallestWidthDp="600" />
<application