Home | History | Annotate | Download | only in StorageClient
      1 
      2 
      3 
      4 page.tags="StorageClient"
      5 sample.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
     10 choose a file via the system's file browser. This intent allows a client
     11 application to access a list of document providers on the device, and choose
     12 a file from any of them.</p>
     13