Lines Matching full:file
16 <li>Familiarity with file operations such as opening, reading, and writing files</li>
31 gallery may want to offer files to image editors, or a file management app may want to allow
33 share a file is to respond to a request from the receiving app.
36 In all cases, the only secure way to offer a file from your app to another app is to send the
37 receiving app the file's content URI and grant temporary access permissions to that URI.
42 generating a file's content URI.
57 <dt><b><a href="setup-sharing.html">Setting Up File Sharing</a></b></dt>
61 <dt><b><a href="share-file.html">Sharing a File</a></b></dt>
63 Learn how to offer a file to another app by generating a content URI for the file,
66 <dt><b><a href="request-file.html">Requesting a Shared File</a></b></dt>
68 Learn how to request a file shared by another app, receive the content URI for the file,
69 and use the content URI to open the file.
72 <b><a href="retrieve-info.html">Retrieving File Information</a></b>
76 {@link android.support.v4.content.FileProvider} to retrieve file information including
77 MIME type and file size.