android+test: testcamera needs CAMERA permissions

This commit is contained in:
Anonymous Maarten
2024-05-16 16:43:53 +02:00
parent 79cabeef18
commit 88980aeb21
2 changed files with 7 additions and 1 deletions

View File

@@ -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"