diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2022-10-18 20:33:04 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2022-10-18 20:33:04 -0400 |
| commit | cbb9ec2f260b2797ad81056e6f5334c0f27e76a1 (patch) | |
| tree | eb4bbd47fced8295464b3830471ea12ee5505649 /static | |
| parent | 065f1a2590a8651e57af8202bc1db2df5a8f1847 (diff) | |
document Android 13 media permission split
Diffstat (limited to 'static')
| -rw-r--r-- | static/usage.html | 5 |
1 files changed, 4 insertions, 1 deletions
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 @@ </li> <li>Media access permission ("Allow access to media only", <code>READ_EXTERNAL_STORAGE</code>) allows the app to read media files - that were created by other apps. Non-media files remain invisible to it.</li> + 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 + <code>READ_MEDIA_IMAGES</code>, <code>READ_MEDIA_VIDEO</code> and + <code>READ_MEDIA_AUDIO</code>.</li> <li>Media management special access permission ("Allow app to manage media", <code>MANAGE_MEDIA</code>) allows the app to delete and to rename media files created by other apps.</li> |
