-
-
Notifications
You must be signed in to change notification settings - Fork 869
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
[Feature request]: Add support for Android 14+ partial media permissions #1156
Closed
2 of 4 tasks
Labels
P2
Important issues not at the top of the work list.
platform: android
Issue is related to the Android platform.
refactor
Issues marked with refactor should be considered when refactoring the plugin.
type: enhancement
New feature or request
Comments
JeroenWeener
added
platform: android
Issue is related to the Android platform.
type: enhancement
New feature or request
P2
Important issues not at the top of the work list.
refactor
Issues marked with refactor should be considered when refactoring the plugin.
and removed
refactor
Issues marked with refactor should be considered when refactoring the plugin.
labels
Sep 19, 2023
same request |
same |
Any updates? |
+1 |
same |
1 similar comment
same |
Same request :) |
same +1 |
+1 |
i have same problem. i try photo manager to avoid that bug. |
5 tasks
10 tasks
I have submitted a PR #1347 that adds this permission. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
P2
Important issues not at the top of the work list.
platform: android
Issue is related to the Android platform.
refactor
Issues marked with refactor should be considered when refactoring the plugin.
type: enhancement
New feature or request
Is there already an issue requesting this feature?
Please select affected platform(s)
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-accessThere 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
The text was updated successfully, but these errors were encountered: