• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1
2
3
4page.tags="StorageClient"
5sample.group=Content
6@jd:body
7
8<p>This sample demonstrates how to use the
9{@link android.content.Intent#ACTION_OPEN_DOCUMENT} intent to let users
10choose a file via the system's file browser. This intent allows a client
11application to access a list of document providers on the device, and choose
12a file from any of them.</p>
13