Update the contacts permission string.

This commit is contained in:
Doug
2022-08-10 11:55:12 +01:00
parent bd995964fe
commit d6eda021f6
3 changed files with 3 additions and 2 deletions

View File

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

View File

@@ -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
View File

@@ -0,0 +1 @@
Contacts Prompt: Clarify how contacts are used in the app.