From 5728bb55fc9563ebb66f16453255f042d6f66872 Mon Sep 17 00:00:00 2001 From: Andrew Solovay Date: Thu, 3 Mar 2016 14:16:14 -0800 Subject: [PATCH] docs: Removing the permissions update page MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Per bug b/27487208 , we're removing this page because there isn't quite enough content. The material that was here will be added to the N "Behavior Changes" page *before* Preview 1 ships. (That page is currently in flux so I can't add it just now.) If any of you have comments on either of the topics that were covered here, please make comments on this CL—we'll make sure the comments are addressed when the material is moved into behavior-changes.jd. [Work on permissions-change doc continued here from the previous CL (http://ag/873827/) which we submitted in the run-up to Preview 1.] bug: 27192015 bug: 27487208 Change-Id: If637b62203192ad0d6a50b99a207ef075a453c6f --- docs/html/preview/permission-changes.jd | 45 ------------------------- 1 file changed, 45 deletions(-) delete mode 100644 docs/html/preview/permission-changes.jd 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. -