Files
android_development/samples/browseable/StorageClient/_index.jd
quddusc 11d2eef36f Updated browsable sample descriptions.
Change-Id: I21e3dfacb4bc1acfbe3b17c5f8001ee758f9eec2
(cherry picked from commit 3943cdc962)
2013-10-31 11:55:15 +00:00

13 lines
354 B
Plaintext

page.tags="StorageClient"
sample.group=Content
@jd:body
<p>This sample demonstrates how to use the
{@link android.content.Intent#ACTION_OPEN_DOCUMENT} intent to let users
choose a file via the system's file browser. This intent allows a client
application to access a list of document providers on the device, and choose
a file from any of them.</p>