Merge pull request #255 from LLK/require-touchscreen

Require touchscreen in the Android manifest
This commit is contained in:
chrisgarrity 2020-04-07 15:09:06 -04:00 committed by GitHub
commit 098b2dc68a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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