Skip to content

Commit 3bc1777

Browse files
committed
MOBILE-4470 core: Update iOS permissions strings
1 parent 1e28512 commit 3bc1777

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

config.xml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,13 +81,10 @@
8181
<platform name="ios">
8282
<resource-file src="GoogleService-Info.plist" />
8383
<edit-config file="*-Info.plist" mode="merge" target="NSCameraUsageDescription">
84-
<string>We need camera access to take pictures so you can attach them as part of your submissions.</string>
84+
<string>We need camera access to take pictures so you can use them for changing your profile picture, attach them in your tasks submission and share them with the teachers.</string>
8585
</edit-config>
8686
<edit-config file="*-Info.plist" mode="merge" target="NSPhotoLibraryUsageDescription">
87-
<string>We need photo library access to get pictures from there so you can attach them as part of your submissions.</string>
88-
</edit-config>
89-
<edit-config file="*-Info.plist" mode="merge" target="NSMicrophoneUsageDescription">
90-
<string>We need microphone access to record sounds so you can attach them as part of your submissions.</string>
87+
<string>We need photo library access to get pictures from there so you can use them for changing your profile picture, attach them in your tasks submission and share them with the teachers.</string>
9188
</edit-config>
9289
<edit-config file="*-Info.plist" mode="merge" target="UISupportsDocumentBrowser">
9390
<true />

0 commit comments

Comments
 (0)