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:
parent
6ea573df03
commit
3555c602e9
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user