mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-17 15:09:31 +02:00
Update the contacts permission string.
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
"NSCameraUsageDescription" = "The camera is used to take photos and videos, make video calls.";
|
||||
"NSPhotoLibraryUsageDescription" = "The photo library is used to send photos and videos.";
|
||||
"NSMicrophoneUsageDescription" = "Element needs to access your microphone to make and receive calls, take videos, and record voice messages.";
|
||||
"NSContactsUsageDescription" = "Element will show your contacts so you can invite them to chat.";
|
||||
"NSContactsUsageDescription" = "Element will check your contacts with your identity server to find who is 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.";
|
||||
|
||||
@@ -73,7 +73,7 @@
|
||||
<key>NSCameraUsageDescription</key>
|
||||
<string>The camera is used to take photos and videos, make video calls.</string>
|
||||
<key>NSContactsUsageDescription</key>
|
||||
<string>The contact book is used to send room invitation to your contacts with their emails.</string>
|
||||
<string>Element will check your contacts with your identity server to find who is on Matrix.</string>
|
||||
<key>NSFaceIDUsageDescription</key>
|
||||
<string>Face ID is used to access your app.</string>
|
||||
<key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
|
||||
|
||||
1
changelog.d/6549.misc
Normal file
1
changelog.d/6549.misc
Normal file
@@ -0,0 +1 @@
|
||||
Contacts Prompt: Clarify how contacts are used in the app.
|
||||
Reference in New Issue
Block a user