-
Notifications
You must be signed in to change notification settings - Fork 3.3k
[camerax] Explicitly remove READ_EXTERNAL_STORAGE
permission
#4700
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
Conversation
The following change causes this permission to be removed from any merged manifests. So was this the intended behavior? Because this change gives an issue i.e if another plugin defines this permission of Eg: Using this plugin along with file_picker plugin.
In the merged manifest logs it rejects the file_picker permission.
@camsim99 |
Specifies that
READ_EXTERNAL_STORAGE
permission should not be implied fromWRITE_EXTERNAL_STORAGE
and thus removed from any merged manifests.Fixes flutter/flutter#131116.
Pre-launch Checklist
dart format
.)[shared_preferences]
pubspec.yaml
with an appropriate new version according to the pub versioning philosophy, or this PR is exempt from version changes.CHANGELOG.md
to add a description of the change, following repository CHANGELOG style.///
).