mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-13 19:30:00 +02:00
MESSENGER-4535 hotfix clarify photo access
This commit is contained in:
@@ -16,10 +16,10 @@
|
||||
|
||||
// Permissions usage explanations
|
||||
"NSCameraUsageDescription" = "The camera is used to make video calls, or take and upload photos and videos.";
|
||||
"NSPhotoLibraryUsageDescription" = "Allow access to photos to upload photos and videos from your library.";
|
||||
"NSMicrophoneUsageDescription" = "Element needs to access your microphone to make and receive calls, take videos, and record voice messages.";
|
||||
"NSPhotoLibraryUsageDescription" = "Allow access to photos to share photos and videos from your library with other room members.";
|
||||
"NSMicrophoneUsageDescription" = "BundesMessenger needs to access your microphone to make and receive calls, take videos, and record voice messages.";
|
||||
"NSContactsUsageDescription" = "They will be shared with your identity server to help find your contacts on Matrix.";
|
||||
"NSCalendarsUsageDescription" = "See your scheduled meetings in the app.";
|
||||
"NSFaceIDUsageDescription" = "Face ID is used to access your app.";
|
||||
"NSLocationWhenInUseUsageDescription" = "When you share your location to people, Element needs access to show them a map.";
|
||||
"NSLocationAlwaysAndWhenInUseUsageDescription" = "When you share your location to people, Element needs access to show them a map.";
|
||||
"NSLocationWhenInUseUsageDescription" = "When you share your location to people, BundesMessenger needs access to show them a map.";
|
||||
"NSLocationAlwaysAndWhenInUseUsageDescription" = "When you share your location to people, BundesMessenger needs access to show them a map.";
|
||||
|
||||
Reference in New Issue
Block a user