From c697a2f9fbdf7436b4623ba2572dd170609de24b Mon Sep 17 00:00:00 2001
From: Daniel Yu
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.