mirror of
https://github.com/scratchfoundation/scratchjr.git
synced 2025-03-24 19:59:56 -04: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.camera" android:required="false" />
|
||||||
<uses-feature android:name="android.hardware.microphone" 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" />
|
<supports-screens android:requiresSmallestWidthDp="600" />
|
||||||
<application
|
<application
|
||||||
|
|
Loading…
Add table
Reference in a new issue