You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Android 14 introduces Selected Photos Access, which allows users to grant apps access to specific images and videos in their library, rather than granting access to all media of a given type.
adapt own code for "gallery picker", managing select or reselect media scenarios with READ_MEDIA_x permissions and the new READ_MEDIA_VISUAL_USER_SELECTED permission
Alternatives or Workarounds
If not implemented correctly
.. the system runs your app in a compatibility mode whenever the user needs to select or reselect media
The text was updated successfully, but these errors were encountered:
ath0mas
changed the title
Support "partial access to photos and videos" for devices running Android 14
[Android] Support "partial access to photos and videos" for devices running Android 14
Nov 5, 2023
Feature Request
Motivation Behind Feature
Grant partial access to photos and videos is part of Android 14 Behavior changes: all apps.
And so,
apply to all apps when they run on Android 14, regardless of targetSdkVersion
!Feature Description
So, either:
(+1 for this, given [Android] Remove broad photo/video permissions and use a system picker - Google Play Policy deadline 2024-08 #288 !)
READ_MEDIA_x
permissions and the newREAD_MEDIA_VISUAL_USER_SELECTED
permissionAlternatives or Workarounds
If not implemented correctly
See Compatibility mode.
The text was updated successfully, but these errors were encountered: