From 54829d96a603a2d163bbcae71fe1f7f25477df8f Mon Sep 17 00:00:00 2001 From: mplorentz Date: Mon, 6 Apr 2026 11:10:53 -0400 Subject: [PATCH] Add permissions for cameras on mobile --- android/app/src/main/AndroidManifest.xml | 3 +++ ios/App/App/Info.plist | 2 ++ 2 files changed, 5 insertions(+) diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 243166be..bafccd40 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -44,4 +44,7 @@ + + + diff --git a/ios/App/App/Info.plist b/ios/App/App/Info.plist index 6d05083f..e69b5747 100644 --- a/ios/App/App/Info.plist +++ b/ios/App/App/Info.plist @@ -24,6 +24,8 @@ LSRequiresIPhoneOS + NSCameraUsageDescription + Flotilla uses the camera for video in voice rooms. NSMicrophoneUsageDescription Flotilla uses the microphone for voice chat in rooms. UIBackgroundModes