Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 53fcc756 authored by Felipe Leme's avatar Felipe Leme
Browse files

Fixed typo on Storage Access Framework.

BUG: 26742218
Change-Id: I9b695ebe2176f186fc63b20f624e40dd9e257bc3
parent 34a9d527
Loading
Loading
Loading
Loading
+4 −3
Original line number Original line Diff line number Diff line
@@ -55,9 +55,10 @@ import java.io.File;
 * <li>To get access to standard directories (like the {@link Environment#DIRECTORY_PICTURES}), they
 * <li>To get access to standard directories (like the {@link Environment#DIRECTORY_PICTURES}), they
 * can use the {@link #createAccessIntent(String)}. This is the recommend way, since it provides a
 * can use the {@link #createAccessIntent(String)}. This is the recommend way, since it provides a
 * simpler API and narrows the access to the given directory (and its descendants).
 * simpler API and narrows the access to the given directory (and its descendants).
 * <li>To get access to any directory (and its descendants), they can use the Storage Area Framework
 * <li>To get access to any directory (and its descendants), they can use the Storage Acess
 * APIs (such as {@link Intent#ACTION_OPEN_DOCUMENT} and {@link Intent#ACTION_OPEN_DOCUMENT_TREE},
 * Framework APIs (such as {@link Intent#ACTION_OPEN_DOCUMENT} and
 * although these APIs do not guarantee the user will select this specific volume.
 * {@link Intent#ACTION_OPEN_DOCUMENT_TREE}, although these APIs do not guarantee the user will
 * select this specific volume.
 * <li>To get read and write access to the primary storage volume, applications can declare the
 * <li>To get read and write access to the primary storage volume, applications can declare the
 * {@link android.Manifest.permission#READ_EXTERNAL_STORAGE} and
 * {@link android.Manifest.permission#READ_EXTERNAL_STORAGE} and
 * {@link android.Manifest.permission#WRITE_EXTERNAL_STORAGE} permissions respectively, with the
 * {@link android.Manifest.permission#WRITE_EXTERNAL_STORAGE} permissions respectively, with the