Home | History | Annotate | Download | only in components

Lines Matching full:intents

218 Intents bind individual components to each other at runtime (you can think of them
239 <p>The other component type, content provider, is not activated by intents. Rather, it is
264 <p>For more information about using intents, see the <a
265 href="{@docRoot}guide/components/intents-filters.html">Intents and
359 the real power of intents lies in the concept of intent actions. With intent actions, you simply
370 intent filters that declare the capabilities of the component so it can respond to intents
376 intent filter in its manifest entry to respond to "send" intents (in order to send email). An
383 href="{@docRoot}guide/components/intents-filters.html">Intents and Intent Filters</a> document.