mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-06 06:34:35 +00:00
android+test: testcamera needs CAMERA permissions
This commit is contained in:
parent
79cabeef18
commit
88980aeb21
2 changed files with 7 additions and 1 deletions
|
|
@ -33,6 +33,10 @@
|
|||
<!-- Allow access to the microphone -->
|
||||
<uses-permission android:name="android.permission.RECORD_AUDIO" />
|
||||
|
||||
<!-- Allow access to the camera -->
|
||||
<uses-permission android:name="android.permission.CAMERA" />
|
||||
<uses-feature android:name="android.hardware.camera" />
|
||||
|
||||
<application
|
||||
android:allowBackup="true"
|
||||
android:icon="@mipmap/sdl-test"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue