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