Skip to content

Fix/android permissions#27

Open
armin1440 wants to merge 6 commits intojavaherisaber:masterfrom
armin1440:fix/android_permissions
Open

Fix/android permissions#27
armin1440 wants to merge 6 commits intojavaherisaber:masterfrom
armin1440:fix/android_permissions

Conversation

@armin1440
Copy link
Copy Markdown

No description provided.

@rhalff
Copy link
Copy Markdown

rhalff commented Feb 11, 2026

I can confirm removing the permissions works well.

However this PR does a lot of other things, like renaming the package etc.

@Anderson-Andre-P
Copy link
Copy Markdown

This pull request does not provide any description of what was done or what motivated these changes.

@juandpt03
Copy link
Copy Markdown

open_filex declares READ_MEDIA_IMAGES, READ_MEDIA_VIDEO, and READ_MEDIA_AUDIO in its Android manifest, but the package only launches an intent to let the system open a file, it does not need access to the media store at all, Google Play flags these as sensitive permissions during review, which forces developers to justify them in the Data Safety form or risk rejection, these permissions should be removed from the plugin’s manifest since they are not required for the package’s core functionality

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants