diff --git a/docs/html/preview/permission-changes.jd b/docs/html/preview/permission-changes.jd deleted file mode 100644 index 768987dc0ccbc..0000000000000 --- a/docs/html/preview/permission-changes.jd +++ /dev/null @@ -1,45 +0,0 @@ -page.title=Permissions -page.metaDescription=Updates to permissions in the N Developer Preview. -page.keywords="android N", "permissions" - -@jd:body - - - -

- The N Developer Preview includes the following changes to permissions. -

- -

GET_ACCOUNTS deprecated

-

- The GET_ACCOUNTS permission is now deprecated. The system ignores - this permission for apps that target the N Developer Preview. -

- -

New storage option: ACTION_OPEN_EXTERNAL_DIRECTORY

- -

- Apps can now use the intent 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 Intent - documentation in the N Preview - SDK Reference. -