From cbb9ec2f260b2797ad81056e6f5334c0f27e76a1 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Tue, 18 Oct 2022 20:33:04 -0400 Subject: [PATCH] document Android 13 media permission split --- static/usage.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/static/usage.html b/static/usage.html index 347aaa0a..84b015fe 100644 --- a/static/usage.html +++ b/static/usage.html @@ -269,7 +269,10 @@
  • Media access permission ("Allow access to media only", READ_EXTERNAL_STORAGE) allows the app to read media files - that were created by other apps. Non-media files remain invisible to it.
  • + that were created by other apps. Non-media files remain invisible to it. + For apps targeting Android 13, the media access permission is split into + READ_MEDIA_IMAGES, READ_MEDIA_VIDEO and + READ_MEDIA_AUDIO.
  • Media management special access permission ("Allow app to manage media", MANAGE_MEDIA) allows the app to delete and to rename media files created by other apps.