docs: Removing ACTION_OPEN_EXTERNAL_DIRECTORY from preview docs
ACTION_OPEN_EXTERNAL_DIRECTORY was formerly a new Intent in N that was used to make a Scoped Directory Access request, however it was removed and encapsulated into a new StorageVolume class. Since the Intent no longer exists, I'm removing it completely from the Permissions Changes section of the Behavior Changes page. I've also grep'd through the rest of the preview docs for ACTION_OPEN_EXTERNAL_DIRECTORY and did not find any other mention of it that needed to be removed. Preview stage specified in CL comment. Bug: 27581845 Change-Id: I2ab1a38e64829d899d14ec1fc4e8eca5a5ac033d
This commit is contained in:
@@ -204,24 +204,6 @@ page.image=images/cards/card-n-changes_2x.png
|
||||
</p>
|
||||
</li>
|
||||
|
||||
<li>{@code ACTION_OPEN_EXTERNAL_DIRECTORY} (New)
|
||||
<p>
|
||||
This permission is for a new storage option. Apps can now use the intent
|
||||
{@code ACTION_OPEN_EXTERNAL_DIRECTORY} to request that the system create a
|
||||
directory for the app's use. The system prompts the user to grant
|
||||
approval. If the user approves, the app can read and write files and
|
||||
directories in that one directory (and its descendants). The app does not
|
||||
need {@link android.Manifest.permission_group#STORAGE STORAGE}
|
||||
permissions to access this external directory
|
||||
</p>
|
||||
|
||||
<p>
|
||||
For more information about this intent, see the updated
|
||||
{@code Intent} reference documentation in the
|
||||
<a href="{@docRoot}preview/setup-sdk.html#docs-dl">N Preview SDK
|
||||
Reference</a>.
|
||||
</p>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user