1
0
mirror of https://gitlab.com/comunic/comunicmobile synced 2024-11-22 12:59:21 +00:00

Add image picker permission

This commit is contained in:
Pierre HUBERT 2021-04-27 09:03:40 +02:00
parent 6ea573df03
commit 3555c602e9

View File

@ -50,5 +50,16 @@
<key>NSAAllowsLocalNetworking</key> <key>NSAAllowsLocalNetworking</key>
<true/> <true/>
</dict> </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> </dict>
</plist> </plist>