Skip to content

Commit 4d31624

Browse files
committed
refactor: update app permisions
1 parent 54f31fd commit 4d31624

1 file changed

Lines changed: 13 additions & 4 deletions

File tree

apps/mobile/app.config.ts

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,17 +82,26 @@ const createConfig = (): Omit<ExpoConfig, 'extra'> & { extra: { eas: EASConfig }
8282
[
8383
'expo-image-picker',
8484
{
85-
photosPermission: 'Allow Open MobileUI to access your photos.',
86-
cameraPermission: 'Allow Open MobileUI to access your camera.',
85+
photosPermission:
86+
'Open MobileUI uses your photo library to let you select and share images in chat conversations and set your profile picture.',
87+
cameraPermission:
88+
'Open MobileUI uses your camera to let you take photos and share them directly in chat conversations.',
8789
},
8890
],
8991
[
9092
'expo-media-library',
9193
{
92-
savePhotosPermission: 'Allow Open MobileUI to save photos.',
94+
savePhotosPermission:
95+
'Open MobileUI saves photos to your library when you download images shared in chat conversations.',
96+
},
97+
],
98+
[
99+
'expo-audio',
100+
{
101+
microphonePermission:
102+
'Open MobileUI uses your microphone to let you record and send voice messages in chat conversations.',
93103
},
94104
],
95-
'expo-audio',
96105
[
97106
'expo-build-properties',
98107
{

0 commit comments

Comments
 (0)