Lines Matching refs:manifest
61 First, edit your app manifest to declare the permissions and features your app needs.
66 NFC, you must request the following permissions in your app manifest:
74 as a child of the <code><a href="{@docRoot}guide/topics/manifest/manifest-element.html"
75 ><manifest></a></code> element:
86 <code><a href="{@docRoot}guide/topics/manifest/manifest-element.html"
87 ><manifest></a></code> element:
103 <code><a href="{@docRoot}guide/topics/manifest/uses-feature-element.html"
105 of the <code><a href="{@docRoot}guide/topics/manifest/manifest-element.html"
106 ><manifest></a></code> element. Set the <code>android:required</code> attribute to
111 <code><a href="{@docRoot}guide/topics/manifest/uses-feature-element.html"
126 specify the <code><a href="{@docRoot}guide/topics/manifest/uses-sdk-element.html"
128 <code><a href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#min"
130 <code><a href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#min"
136 To specify in your app manifest that NFC is optional, you use the following element:
142 <code><a href="{@docRoot}guide/topics/manifest/uses-feature-element.html#required"