From 8f6e53f88aedc44610d27945f3b2fa2f9c4ffb65 Mon Sep 17 00:00:00 2001 From: Daniel Yu Date: Thu, 10 Mar 2016 16:07:28 -0800 Subject: [PATCH] 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 --- docs/html/preview/behavior-changes.jd | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/docs/html/preview/behavior-changes.jd b/docs/html/preview/behavior-changes.jd index a914b1360fef..5f670d0e050a 100644 --- a/docs/html/preview/behavior-changes.jd +++ b/docs/html/preview/behavior-changes.jd @@ -204,24 +204,6 @@ page.image=images/cards/card-n-changes_2x.png

-
  • {@code ACTION_OPEN_EXTERNAL_DIRECTORY} (New) -

    - 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 -

    - -

    - For more information about this intent, see the updated - {@code Intent} reference documentation in the - N Preview SDK - Reference. -

    -
  • -- 2.11.0