MESSENGER-4535 hotfix clarify photo access

This commit is contained in:
Frank Rotermund
2023-04-20 08:27:58 +02:00
parent fcda08e689
commit 4a5e4acc19
+4 -4
View File
@@ -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.";