mirror of
https://gitlab.com/comunic/comunicmobile
synced 2024-11-22 04:49:21 +00:00
Add image picker permission
This commit is contained in:
parent
6ea573df03
commit
3555c602e9
@ -50,5 +50,16 @@
|
||||
<key>NSAAllowsLocalNetworking</key>
|
||||
<true/>
|
||||
</dict>
|
||||
|
||||
<!-- Image picker permissions -->
|
||||
<key>NSPhotoLibraryUsageDescription</key>
|
||||
<string>Used to share images in posts or conversations, change account image or group logo.</string>
|
||||
|
||||
<!-- Camera + microphone -->
|
||||
<key>NSCameraUsageDescription</key>
|
||||
<string>Used to record video for posts or conversations. This is also used in video calls</string>
|
||||
|
||||
<key>NSMicrophoneUsageDescription</key>
|
||||
<string>Used to record videos or audio for posts or conversations. This is also used in audio and video calls.</string>
|
||||
</dict>
|
||||
</plist>
|
||||
|
Loading…
Reference in New Issue
Block a user