Searched defs:FileProvider (Results 1 - 1 of 1) sorted by relevance

/frameworks/support/v4/java/android/support/v4/content/
H A DFileProvider.java47 * FileProvider is a special subclass of {@link ContentProvider} that facilitates secure sharing
66 * makes FileProvider a key part of Android's security infrastructure.
68 * This overview of FileProvider includes the following topics:
71 * <li><a href="#ProviderDefinition">Defining a FileProvider</a></li>
77 * <h3 id="ProviderDefinition">Defining a FileProvider</h3>
79 * Since the default functionality of FileProvider includes content URI generation for files, you
80 * don't need to define a subclass in code. Instead, you can include a FileProvider in your app
81 * by specifying it entirely in XML. To specify the FileProvider component itself, add a
84 * <code>android.support.v4.content.FileProvider</code>. Set the <code>android:authorities</code>
88 * <code>false</code>; the FileProvider doe
302 public class FileProvider extends ContentProvider { class in inherits:ContentProvider
[all...]

Completed in 66 milliseconds