flutter-permission-handler
flutter-permission-handler copied to clipboard
[Feature request]: Add support for Android 14+ partial media permissions
Is there already an issue requesting this feature?
- [X] I have searched the existing issues.
Please select affected platform(s)
- [X] Android
- [ ] iOS
- [ ] Windows
Use case
Android 14 adds a new permission (READ_MEDIA_VISUAL_USER_SELECTED ) for granting partial access to photos/videos: https://developer.android.com/about/versions/14/changes/partial-photo-video-access
There is currently no way to request or check this permission in permission_handler.
Proposal
This new permission should be added as a Dart-level permission API.
Specific requirements or considerations
No response
Additional information or context
No response
same request
same
Any updates?
+1
same
same
Same request :)
same +1
+1 Any update on this?
i have same problem. i try photo manager to avoid that bug.
I have submitted a PR #1347 that adds this permission.