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.