Remove READ_EXTERNAL_STORAGE and WRITE_EXTERNAL_STORAGE permissions

Hey Expo team,

is there a way to remove READ_EXTERNAL_STORAGE and WRITE_EXTERNAL_STORAGE permissions?

I’m not using any package that would need the above-mentioned permissions. Additionally, in app.config.ts I have only one permission in permissions array: com.android.vending.BILLING.

I’ve tried to remove those permissions via config plugins and it appears that they are removed successfully (checked using Expo: Preview Modifier), but after EAS build, they are present in the final aab package.

I’ve also tried to use method described here - but to no avail.

I’m using Expo SDK 42 Managed workflow.

I’ve also tried to use method described here - but to no avail.

It seems that this method has finally worked. I was confused by failed EAS build. After re-triggering the build - all good :wink:

3 Likes

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