Lines Matching full:intents
1 page.title=Common Intents
101 <li><a href="#AdbIntents">Verify Intents with the Android Debug Bridge</a></li>
102 <li><a href="#Now">Intents Fired by Google Now</a></li>
107 <li><a href="{@docRoot}guide/components/intents-filters.html">Intents and Intent
164 implicit intent, the system <a href="{@docRoot}guide/components/intents-filters.html#Resolution"
170 <p>This page describes several implicit intents that you can use to perform common actions,
172 create an <a href="{@docRoot}guide/components/intents-filters.html#Receiving">intent filter</a> to
184 <p>If you're not familiar with how to create intents or intent filters, you should first read
185 <a href="{@docRoot}guide/components/intents-filters.html">Intents and Intent Filters</a>.</p>
187 <p>To learn how to fire the intents listed on this page from your development host, see
188 <a href="#AdbIntents">Verify Intents with the Android Debug Bridge</a>.</p>
192 <p><a href="http://www.google.com/landing/now/">Google Now</a> fires some of the intents listed
194 <a href="#Now">Intents Fired by Google Now</a>.</p>
913 constants in {@link android.provider.ContactsContract.Intents.Insert}.</p>
937 <dd>One or more of the extras defined in {@link android.provider.ContactsContract.Intents.Insert}
947 intent.putExtra(Intents.Insert.EMAIL, email);
956 Contacts Using Intents</a>.</p>
966 constants in {@link android.provider.ContactsContract.Intents.Insert}.
979 <dd>One or more of the extras defined in {@link android.provider.ContactsContract.Intents.Insert}.
988 intent.putExtra(Intents.Insert.NAME, name);
989 intent.putExtra(Intents.Insert.EMAIL, email);
998 Contacts Using Intents</a>.</p>
2286 <h2 id="AdbIntents">Verify Intents with the Android Debug Bridge</h2>
2288 <p>To verify that your app responds to the intents that you want to support, you can use the
2289 <a href="{@docRoot}tools/help/adb.html"><code>adb</code></a> tool to fire specific intents:</p>
2294 <li>Install a version of your app that handles the intents you want to support.</li>
2317 <h2 id="Now">Intents Fired by Google Now</h2>
2320 and fires intents for them. As such, users may launch your app with a Google Now voice command