From da9e46a91ce7722b33f6e07eb74de5ff43f0aa7b Mon Sep 17 00:00:00 2001 From: Kevin Hufnagle Date: Wed, 28 Sep 2022 19:33:49 +0000 Subject: docs: Update READ_EXTERNAL_STORAGE explanation * Mention that T+ apps need to request media-specific permissions, instead of READ_EXTERNAL_STORAGE, to access other apps' media files * Add information about how scoped storage reduces the need for apps to declare this permission * Remove errant note about WRITE_EXTERNAL_STORAGE implicitly granting READ_EXTERNAL_STORAGE -- the converse is true Bug: 249520024 Change-Id: I03c354ab878090c0179382dd77014ba70cd7d17f Test: built docs using go/abtd --- core/res/AndroidManifest.xml | 29 +++++++++++++++++++++-------- 1 file changed, 21 insertions(+), 8 deletions(-) diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml index bc29e1995714..962b6156b6a1 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -1035,25 +1035,38 @@ android:priority="900" />