Android: Default list of permissions

i’m looking at the docs here
https://docs.expo.io/versions/latest/guides/configuration.html#permissions

What is the default set of permisisons?

My goal is to remove the requirement of the calendar permisisons because i don’t use that feature but i want to see what the default set is to start with.

the ones listed there are all used by default. if you set permissions to [] then it will assume you’re not using any of the apis built in to expo. add items to the array as needed, be sure to test the standalone build on your device afterwards

1 Like

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