diff --git a/ElementX/SupportingFiles/Info.plist b/ElementX/SupportingFiles/Info.plist
index 0880553dd..a2934c5f8 100644
--- a/ElementX/SupportingFiles/Info.plist
+++ b/ElementX/SupportingFiles/Info.plist
@@ -27,9 +27,9 @@
ITSAppUsesNonExemptEncryption
NSCameraUsageDescription
- The camera is used to take and upload photos and videos.
+ To take pictures or videos and send them as a message Element X needs access to the camera.
NSMicrophoneUsageDescription
- The microphone is used to take videos.
+ To take videos with audio and send them as a message Element X needs access to the microphone.
NSPhotoLibraryAddUsageDescription
Allows saving photos and videos to your library.
NSUserActivityTypes
diff --git a/ElementX/SupportingFiles/target.yml b/ElementX/SupportingFiles/target.yml
index bb0b86d19..44626bb33 100644
--- a/ElementX/SupportingFiles/target.yml
+++ b/ElementX/SupportingFiles/target.yml
@@ -62,8 +62,8 @@ targets:
NSUserActivityTypes: [
INSendMessageIntent
]
- NSCameraUsageDescription: The camera is used to take and upload photos and videos.
- NSMicrophoneUsageDescription: The microphone is used to take videos.
+ NSCameraUsageDescription: To take pictures or videos and send them as a message Element X needs access to the camera.
+ NSMicrophoneUsageDescription: To take videos with audio and send them as a message Element X needs access to the microphone.
NSPhotoLibraryAddUsageDescription: Allows saving photos and videos to your library.
UIBackgroundModes: [
fetch