mirror of
https://github.com/scratchfoundation/scratchjr.git
synced 2024-11-28 18:15:37 -05:00
Make microphone optional in manifest
This commit is contained in:
parent
ecde9e726c
commit
fca4cd04cf
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@
|
|||
|
||||
|
||||
<uses-feature android:name="android.hardware.camera" android:required="false" />
|
||||
<uses-feature android:name="android.hardware.microphone" android:required="false" />
|
||||
|
||||
<supports-screens android:smallScreens="false"
|
||||
android:normalScreens="false"
|
||||
|
|
Loading…
Reference in a new issue