Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check and handle WRITE_EXTERNAL_STORAGE permission #5232

Open
sivaraam opened this issue Jun 6, 2023 · 1 comment
Open

Check and handle WRITE_EXTERNAL_STORAGE permission #5232

sivaraam opened this issue Jun 6, 2023 · 1 comment

Comments

@sivaraam
Copy link
Member

sivaraam commented Jun 6, 2023

Our app targets version API level 31. Since API level 30 and higher, the WRITE_EXTERNAL_STORAGE has no effect but we still mention the same in our Manifest. We have requestLegacyExternalStorage as true in our AndroidManifest. Even that is said to be ignored when we target API level 31 as per the docs.

We should check what handling is necessary for scoped storage and implement the same. After that, I believe we could safely remove the permission request for WRITE_EXTERNAL_STORAGE.

This could help to an extent:

Let me know if I'm missing anything.

@nicolas-raoul
Copy link
Member

nicolas-raoul commented Jun 6, 2023

If difficult, we could even remove the Save in-app shots feature. I think it is the only feature that writes to external storage, and it is not a vital feature of the app.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants