mirror of
https://github.com/scratchfoundation/scratchjr.git
synced 2024-11-28 18:15:37 -05:00
Merge pull request #255 from LLK/require-touchscreen
Require touchscreen in the Android manifest
This commit is contained in:
commit
098b2dc68a
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue