focus-android icon indicating copy to clipboard operation
focus-android copied to clipboard

Granular media permissions

Open mcarare opened this issue 3 years ago • 0 comments

On targeting SDK 33, this will require adding new permissions to the manifest file.

We currently use permission READ_EXTERNAL_STORAGE so when targeting Android 13 we should also add READ_MEDIA_IMAGES, READ_MEDIA_AUDIO, READ_MEDIA_VIDEO while also keeping the existing READ_EXTERNAL_STORAGE.

Note: Fortunately, for users that have already allowed reading files from storage, the 3 new permissions are automatically granted.

mcarare avatar Jul 21 '22 11:07 mcarare