Files
android_development/samples/browseable/StorageClient/_index.jd
quddusc 3943cdc962 Updated browsable sample descriptions.
Change-Id: I21e3dfacb4bc1acfbe3b17c5f8001ee758f9eec2
2013-10-30 20:51:43 -07: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>