Lines Matching refs:manifest
44 your manifest. This entry specifies the authority to use in generating content URIs, as well as
48 The following snippet shows you how to add to your manifest the
49 <code><a href="{@docRoot}guide/topics/manifest/provider-element.html"
55 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
70 </manifest></pre>
72 In this example, the <code><a href="{@docRoot}guide/topics/manifest/provider-element.html#auth"
78 <code><a href="{@docRoot}guide/topics/manifest/manifest-element.html#package"
83 <code><a href="{@docRoot}guide/topics/manifest/provider-element.html#auth"
87 The <code><a href="{@docRoot}guide/topics/manifest/meta-data-element.html"
89 <code><a href="{@docRoot}guide/topics/manifest/provider-element.html"
96 Once you have added the {@link android.support.v4.content.FileProvider} to your app manifest,
132 <code><a href="{@docRoot}guide/topics/manifest/provider-element.html"