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
Need to comply with Google Play store policies related to "READ_MEDIA_IMAGES/READ_MEDIA_VIDEO" permissions.
Currently the deadline for app October 31st 2024 (or Jan 22nd 2025, if we get an extension), failing to meet the acceptable use case criteria will be disallowed from publishing on Google Play.
Acceptance Criteria
App should not ask for accessing photos and videos on the device or for accessing storage like available currently. It can ask for taking pictures and recording video
Screen.Recording.2024-10-23.at.6.21.43.PM.mov
Without the above should be able to select photos from gallery app or other apps(from all custom albums)
Should be able to multi-select photos/videos/audio
Above should work in Android version >= 13 across different Android models
it should work like this across all models and versions.
Tech Approach
According to this link, looks like GET_CONTENT is supported with the new photo-picker as well. Hence we can import selected images into app without having complete access to Android media storage.
Old: Ignore:
Do away with READ_MEDIA_IMAGES and READ_MEDIA_VIDEO privileges
Use a system picker, such as the Android photo picker or alternative photoPicker whichever works best for us.
The text was updated successfully, but these errors were encountered:
mahalakshme
changed the title
Comply with Google Play store policies related to "READ_MEDIA_IMAGES/READ_MEDIA_VIDEO" permissions
Media selection should work as before without asking access for storage permissions
Oct 23, 2024
@dinesh2096 have updated the AC to work in greater than or equal to 13 since for versions < 13, READ_MEDIA_IMAGES/READ_MEDIA_VIDEO permissions are not required. It is different permissions namely 'READ_EXTERNAL_STORAGE' and we need not remove this permission.
Need:
Need to comply with Google Play store policies related to "READ_MEDIA_IMAGES/READ_MEDIA_VIDEO" permissions.
Currently the deadline for app October 31st 2024 (or Jan 22nd 2025, if we get an extension), failing to meet the acceptable use case criteria will be disallowed from publishing on Google Play.
Acceptance Criteria
Screen.Recording.2024-10-23.at.6.21.43.PM.mov
Tech Approach
According to this link, looks like GET_CONTENT is supported with the new photo-picker as well. Hence we can import selected images into app without having complete access to Android media storage.
Old: Ignore:
The text was updated successfully, but these errors were encountered: