mirror of
https://github.com/element-hq/element-x-ios.git
synced 2025-03-11 13:59:13 +00:00
Update camera and microphone usage descriptions
This commit is contained in:
parent
9d22dac19e
commit
dfab0a1cb4
@ -27,9 +27,9 @@
|
||||
<key>ITSAppUsesNonExemptEncryption</key>
|
||||
<false/>
|
||||
<key>NSCameraUsageDescription</key>
|
||||
<string>The camera is used to take and upload photos and videos.</string>
|
||||
<string>To take pictures or videos and send them as a message Element X needs access to the camera.</string>
|
||||
<key>NSMicrophoneUsageDescription</key>
|
||||
<string>The microphone is used to take videos.</string>
|
||||
<string>To take videos with audio and send them as a message Element X needs access to the microphone.</string>
|
||||
<key>NSPhotoLibraryAddUsageDescription</key>
|
||||
<string>Allows saving photos and videos to your library.</string>
|
||||
<key>NSUserActivityTypes</key>
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user