Request less Permissions

Is there a way to request less permissions on install using Expo? I just noticed that my app asks users for a bunch of things I’m not using like the camera and it’s kind of intimidating to new users I’m sure. I’d like to avoid ejecting the app if possible since I’m utilizing “exp build” and I haven’t had any other reason to eject yet.

1 Like

Hi
:green_heart:

see the permissions key under android in the docs: https://docs.expo.io/versions/v27.0.0/workflow/configuration#android

1 Like

Excellent. Thank you

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.