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

[Android] remove unnecessary external storage permission #1453

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

Pluxury
Copy link

@Pluxury Pluxury commented Mar 5, 2024

In this PR, I have removed everything related to the request for access to external storage. Permission is not required for the plugin to work correctly on android.
This was also discussed in #872

I have tested it on several emulators from API 27 to API 33

P.S I'm sorry, I accidentally deleted the previous PR that was here

@Pluxury Pluxury changed the title [Andoird] remove unnecessary external storage permission [Android] remove unnecessary external storage permission Mar 5, 2024
@Liloupar
Copy link

Great job! Removing unnecessary privacy permissions is definitely user-friendly. @miguelpruivo , could you take a look at this pull request?

Copy link
Owner

@miguelpruivo miguelpruivo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@miguelpruivo
Copy link
Owner

miguelpruivo commented Mar 20, 2024

@Pluxury before merging, have you tested in older SDKs such as 21?

@miguelpruivo miguelpruivo self-assigned this Mar 20, 2024
@miguelpruivo miguelpruivo added android Issue applies to Android platform improvement Improvement needed on a specific feature labels Mar 20, 2024
@Pluxury
Copy link
Author

Pluxury commented Mar 20, 2024

@Pluxury before merging, have you tested in older SDKs such as 21?

Unfortunately, no. There is no way to do this now, but judging by the documentation, there should be no problems

@Liloupar
Copy link

Can this pull request be merged? @miguelpruivo
thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
android Issue applies to Android platform improvement Improvement needed on a specific feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants