Merge "Merge "docs: Updating Scoped Directory Access docs for N DP3" into mnc-io-docs am: a7c2ef588b am: 47a446bc87" into nyc-dev

am: 4c83d125b2

* commit '4c83d125b29e304d4435f9323cdb93cdf379d2de':
  docs: Updating Scoped Directory Access docs for N DP3

Change-Id: I1589e0972ed2b3f505a7be93406879640a185063
This commit is contained in:
Daniel Yu
2016-05-12 00:37:59 +00:00
committed by android-build-merger

View File

@@ -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
<code>StorageManager.getVolumesList()</code>.</p>
<p>If you have information about a specific file, use
<code>StorageManager.getStorageVolume(File)</code> to get the
<code>StorageVolume</code> that contains the file. Call
<code>createAccessIntent()</code> on this <code>StorageVolume</code> to access
the external storage directory for the file.</p>
<p>
On secondary volumes, such as external SD cards, pass in null when calling
<code>StorageVolume.createAccessIntent()</code> to request access to the entire