diff --git a/docs/html/preview/behavior-changes.jd b/docs/html/preview/behavior-changes.jd index a914b1360fef6..5f670d0e050a4 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. -

    -