From c697a2f9fbdf7436b4623ba2572dd170609de24b Mon Sep 17 00:00:00 2001 From: Daniel Yu Date: Wed, 9 Mar 2016 13:45:30 -0800 Subject: [PATCH] docs: Fixing small typos in API overview Fixed a few small typo-level bugs in the Scoped Directory Access section of the API overview N preview doc. Stage is noted in Gerrit comments. Bug: 27568174 Change-Id: Icb954888465344dd181c2bb1a5447663694a3096 --- docs/html/preview/api-overview.jd | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/html/preview/api-overview.jd b/docs/html/preview/api-overview.jd index 5cef96560c803..e6a90bba667fc 100644 --- a/docs/html/preview/api-overview.jd +++ b/docs/html/preview/api-overview.jd @@ -471,14 +471,13 @@ Preview.

Scoped directory access

-

In Android Android N, apps can use new APIs to request access to specific In Android N, apps can use new APIs to request access to specific external storage directories, including directories on removable media such as SD cards. The new APIs greatly simplify how your application accesses standard external storage directories, such as the Pictures directory. Apps -like photo apps can use these APIs instead of using

- -

READ_EXTERNAL_STORAGE, which grants access to all storage +like photo apps can use these APIs instead of using +READ_EXTERNAL_STORAGE, which grants access to all storage directories, or the Storage Access Framework, which makes the user navigate to the directory.