diff --git a/docs/html/preview/features/scoped-folder-access.jd b/docs/html/preview/features/scoped-folder-access.jd index 814692d695cfb..06dd6652677de 100644 --- a/docs/html/preview/features/scoped-folder-access.jd +++ b/docs/html/preview/features/scoped-folder-access.jd @@ -44,6 +44,12 @@ Use this intent to access external storage directories. To get a list of all available volumes, including removable media volumes, use StorageManager.getVolumesList().

+

If you have information about a specific file, use +StorageManager.getStorageVolume(File) to get the +StorageVolume that contains the file. Call +createAccessIntent() on this StorageVolume to access +the external storage directory for the file.

+

On secondary volumes, such as external SD cards, pass in null when calling StorageVolume.createAccessIntent() to request access to the entire