Skip to content
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

Add more Media* permissions for Android #12857

Open
mattleibow opened this issue Jan 23, 2023 · 1 comment
Open

Add more Media* permissions for Android #12857

mattleibow opened this issue Jan 23, 2023 · 1 comment
Labels
area-essentials Essentials: Device, Display, Connectivity, Secure Storage, Sensors, App Info good first issue Good for newcomers platform/android 🤖 proposal/open t/enhancement ☀️ New feature or request
Milestone

Comments

@mattleibow
Copy link
Member

Description

As of Android 13, the READ_EXTERNAL_STORAGE permission is no more and split into:

Type of media Permission to request
Images and photos READ_MEDIA_IMAGES
Videos READ_MEDIA_VIDEO
Audio files READ_MEDIA_AUDIO

https://developer.android.com/about/versions/13/behavior-changes-13#granular-media-permissions

Public API Changes

Not sure as of yet, but maybe 3 new permissions?

  • MediaReadImages
  • MediaReadAudio
  • MediaReadVideo

This will also have to be consolidated with the iOS permission of Media...

Intended Use-Case

More granular permissions. Especially since if this lands, then we have added all the media ones into READ_EXTERNAL_STORAGE:
#12854

@jsuarezruiz jsuarezruiz added the area-essentials Essentials: Device, Display, Connectivity, Secure Storage, Sensors, App Info label Jan 26, 2023
@jsuarezruiz jsuarezruiz added this to the Backlog milestone Jan 26, 2023
@jsuarezruiz jsuarezruiz added the t/enhancement ☀️ New feature or request label Jan 26, 2023
@ghost
Copy link

ghost commented Jan 26, 2023

We've moved this issue to the Backlog milestone. This means that it is not going to be worked on for the coming release. We will reassess the backlog following the current release and consider this item at that time. To learn more about our issue management process and to have better expectation regarding different types of issues you can read our Triage Process.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-essentials Essentials: Device, Display, Connectivity, Secure Storage, Sensors, App Info good first issue Good for newcomers platform/android 🤖 proposal/open t/enhancement ☀️ New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants