Lines Matching full:intents
197 Intents bind individual components to each other at runtime (you can think of them
218 <p>The other component type, content provider, is not activated by intents. Rather, it is
243 <p>For more information about using intents, see the <a
244 href="{@docRoot}guide/components/intents-filters.html">Intents and
338 the real power of intents lies in the concept of <em>implicit intents</em>. An implicit intent
349 intent filters that declare the capabilities of the activity so it can respond to intents
355 declare an intent filter to respond to "send" intents (in order to send a new email) like this:</p>
377 href="{@docRoot}guide/components/intents-filters.html">Intents and Intent Filters</a> document.
466 <dt><a href="{@docRoot}guide/components/intents-filters.html">Intents and Intent Filters</a>