/frameworks/base/docs/html/distribute/engage/ |
intents.jd | 1 page.title=Increase Usage with Android Intents 2 page.metaDescription=Use Android Intents to make your app available to users as they perform tasks in other apps. 3 page.tags="engagement, intents" 8 Android's open Intents system. By adding Intent filters for the tasks your app can handle, 12 <img src="{@docRoot}images/distribute/engage-intents.png"> 20 href="{@docRoot}training/basics/intents/index.html">Interacting with Other Apps</a> 29 <li> Familiarize yourself with actions commonly accomplished with intents, such as 37 data-query="collection:distribute/engage/intents"
|
_book.yaml | 2 - title: Increase Usage through Intents 3 path: /distribute/engage/intents.html
|
/frameworks/base/docs/html/guide/appendix/ |
index.jd | 7 <dt><a href="g-app-intents.html">Intents List: Invoking Google Applications on Android Devices</a></dt> 8 <dd>Intents you can send to invoke Google applications on Android devices.</dd>
|
/frameworks/opt/photoviewer/sample/src/com/example/photoviewersample/ |
MainActivity.java | 8 import com.android.ex.photo.Intents; 9 import com.android.ex.photo.Intents.PhotoViewIntentBuilder; 24 Intents.newPhotoViewActivityIntentBuilder(this);
|
/prebuilts/maven_repo/android/com/android/support/test/espresso/espresso-intents/ |
maven-metadata.xml | 4 <artifactId>espresso-intents</artifactId>
|
/frameworks/base/docs/html/training/sharing/ |
index.jd | 2 page.tags=intents,share 16 <li>Experience with <a href="{@docRoot}guide/components/intents-filters.html">Intents and 38 applications with intents.</dd> 41 <dd>Learn how to set up your application to receive text and binary data from intents.</dd>
|
/frameworks/base/docs/html/training/basics/intents/ |
index.jd | 2 page.tags=intents,activity 26 href="http://android-developers.blogspot.com/2009/11/integrating-application-with-intents.html"> 27 Integrating Application with Intents (blog post)</a></li> 28 <li><a href="{@docRoot}guide/components/intents-filters.html">Intents and Intent 42 android.content.Intent} to identify and start the appropriate app component. Using intents even 51 make your app able to respond to intents from other apps.</p> 57 <dd>Shows how you can create implicit intents to launch other apps that can perform an 63 intent filters that declare the implicit intents your app accepts.</dd>
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
IntentActivityFlags.java | 41 // be done by launching an array of Intents, representing the new 44 Intent[] intents = new Intent[3]; local 49 intents[0] = Intent.makeRestartActivityTask(new ComponentName(this, 55 intents[1] = intent; 61 intents[2] = intent; 62 return intents;
|
/frameworks/support/v4/java/android/support/v4/app/ |
TaskStackBuilder.java | 77 PendingIntent getPendingIntent(Context context, Intent[] intents, int requestCode, 82 public PendingIntent getPendingIntent(Context context, Intent[] intents, int requestCode, 84 Intent topIntent = new Intent(intents[intents.length - 1]); 91 public PendingIntent getPendingIntent(Context context, Intent[] intents, int requestCode, 93 intents[0] = new Intent(intents[0]).addFlags(Intent.FLAG_ACTIVITY_NEW_TASK | 97 intents, flags); 102 public PendingIntent getPendingIntent(Context context, Intent[] intents, int requestCode, 104 intents[0] = new Intent(intents[0]).addFlags(Intent.FLAG_ACTIVITY_NEW_TASK 324 Intent[] intents = mIntents.toArray(new Intent[mIntents.size()]); local 369 Intent[] intents = mIntents.toArray(new Intent[mIntents.size()]); local 385 Intent[] intents = new Intent[mIntents.size()]; local [all...] |
/frameworks/support/v4/honeycomb/android/support/v4/app/ |
TaskStackBuilderHoneycomb.java | 28 Intent[] intents, int flags) { 29 return PendingIntent.getActivities(context, requestCode, intents, flags);
|
/frameworks/support/v4/honeycomb/android/support/v4/content/ |
ContextCompatHoneycomb.java | 29 static void startActivities(Context context, Intent[] intents) { 30 context.startActivities(intents);
|
/frameworks/support/v4/jellybean/android/support/v4/app/ |
TaskStackBuilderJellybean.java | 27 Intent[] intents, int flags, Bundle options) { 28 return PendingIntent.getActivities(context, requestCode, intents, flags, options);
|
/frameworks/support/v4/jellybean/android/support/v4/content/ |
ContextCompatJellybean.java | 25 public static void startActivities(Context context, Intent[] intents, Bundle options) { 26 context.startActivities(intents, options);
|
/packages/apps/Camera2/src/com/android/camera/ |
CaptureActivity.java | 19 // Use a different activity for capture intents, so it can have a different 21 // reused for IMAGE_CAPTURE or VIDEO_CAPTURE intents from other activities.
|
/developers/build/prebuilts/gradle/CardReader/Application/src/main/res/xml/ |
nfc_tech_filter.xml | 2 <!-- This file is used as part of the filter for incoming NFC TECH_DISCOVERED intents. -->
|
/developers/samples/android/connectivity/nfc/CardReader/Application/src/main/res/xml/ |
nfc_tech_filter.xml | 2 <!-- This file is used as part of the filter for incoming NFC TECH_DISCOVERED intents. -->
|
/development/samples/browseable/CardReader/res/xml/ |
nfc_tech_filter.xml | 2 <!-- This file is used as part of the filter for incoming NFC TECH_DISCOVERED intents. -->
|
/frameworks/base/docs/html-intl/intl/ja/training/basics/intents/ |
index.jd | 24 <li><a href="http://android-developers.blogspot.com/2009/11/integrating-application-with-intents.html">Integrating Application with Intents???????</a> 26 <li><a href="{@docRoot}guide/components/intents-filters.html">???????????????</a>
|
/frameworks/base/docs/html-intl/intl/ko/training/basics/intents/ |
index.jd | 2 page.tags=intents,activity 24 <li><a href="http://android-developers.blogspot.com/2009/11/integrating-application-with-intents.html"> 26 <li><a href="{@docRoot}guide/components/intents-filters.html">??? ? ???
|
/frameworks/base/docs/html/sdk/api_diff/24/changes/ |
android.provider.ContactsContract.Intents.html | 10 android.provider.ContactsContract.Intents 74 Class android.provider.<A HREF="../../../../reference/android/provider/ContactsContract.Intents.html" target="_top"><font size="+2"><code>ContactsContract.Intents</code></font></A> 87 <A NAME="android.provider.ContactsContract.Intents.ACTION_VOICE_SEND_MESSAGE_TO_CONTACTS"></A> 88 <nobr><code>String</code> <A HREF="../../../../reference/android/provider/ContactsContract.Intents.html#ACTION_VOICE_SEND_MESSAGE_TO_CONTACTS" target="_top"><code>ACTION_VOICE_SEND_MESSAGE_TO_CONTACTS</code></A></nobr> 94 <A NAME="android.provider.ContactsContract.Intents.EXTRA_RECIPIENT_CONTACT_CHAT_ID"></A> 95 <nobr><code>String</code> <A HREF="../../../../reference/android/provider/ContactsContract.Intents.html#EXTRA_RECIPIENT_CONTACT_CHAT_ID" target="_top"><code>EXTRA_RECIPIENT_CONTACT_CHAT_ID</code></A></nobr> 101 <A NAME="android.provider.ContactsContract.Intents.EXTRA_RECIPIENT_CONTACT_NAME"></A> 102 <nobr><code>String</code> <A HREF="../../../../reference/android/provider/ContactsContract.Intents.html#EXTRA_RECIPIENT_CONTACT_NAME" target="_top"><code>EXTRA_RECIPIENT_CONTACT_NAME</code></A></nobr> 108 <A NAME="android.provider.ContactsContract.Intents.EXTRA_RECIPIENT_CONTACT_URI"></A [all...] |
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/ |
ContactsUtilsTests.java | 90 final Pair<Intent, Intent> intents = ContactsUtils.buildImIntent(getContext(), im); local 91 final Intent imIntent = intents.first; 100 assertNull(intents.second); 112 final Pair<Intent, Intent> intents = ContactsUtils.buildImIntent(getContext(), im); local 113 final Intent imIntent = intents.first; 118 assertNull(intents.second); 131 final Pair<Intent, Intent> intents = ContactsUtils.buildImIntent(getContext(), im); local 132 final Intent imIntent = intents.first; 137 final Intent secondaryIntent = intents.second; 153 final Pair<Intent, Intent> intents = ContactsUtils.buildImIntent(getContext(), im) local 178 final Pair<Intent, Intent> intents = ContactsUtils.buildImIntent(getContext(), im); local [all...] |
/development/samples/devbytes/telephony/SmsSampleProject/app/src/main/java/com/example/android/smssample/receiver/ |
MessagingReceiver.java | 21 import android.provider.Telephony.Sms.Intents; 40 if (Intents.SMS_DELIVER_ACTION.equals(action)) { 42 } else if (Intents.WAP_PUSH_DELIVER_ACTION.equals(action)) { 46 if (Intents.SMS_RECEIVED_ACTION.equals(action)) { 48 } else if (Intents.WAP_PUSH_RECEIVED_ACTION.equals(action)) {
|
/frameworks/base/docs/html/guide/topics/manifest/ |
category-element.jd | 15 <a href="{@docRoot}guide/components/intents-filters.html">Intents and 30 <p class="note"><strong>Note:</strong> In order to receive implicit intents, you must include the 33 {@link android.app.Activity#startActivityForResult startActivityForResult()} treat all intents 35 If you do not declare it in your intent filter, no implicit intents will resolve to
|
/frameworks/base/docs/html/reference/android/support/test/espresso/intent/ |
Intents.html | 145 <title>Intents</title> 206 <h1 class="api-title">Intents</h1> 214 Intents 247 <td colspan="1" class="jd-inheritance-class-cell">android.support.test.espresso.intent.Intents 260 <p>Intents enables validation and stubbing of intents sent out by the application under test. 355 <a href="/reference/android/support/test/espresso/intent/Intents.html#assertNoUnverifiedIntents()">assertNoUnverifiedIntents</a>() 358 <p>Asserts that Intents does not have any unverified intents. 382 <a href="/reference/android/support/test/espresso/intent/Intents.html#init()">init</a>( [all...] |
/cts/tests/tests/security/src/android/security/cts/ |
BrowserTest.java | 54 * Verify that no state is preserved across multiple intents sent 58 * In this test, we send two intents to the Android browser. The first 61 * across the two intents. 73 List<Intent> intents = getAllJavascriptIntents(); local 74 for (Intent i : intents) { 84 + "multiple intents. Vulnerable to CVE-2011-2357?", 92 * Verify that no state is preserved across multiple intents sent 96 * In this test, we send 20 intents to the Android browser. Each 111 List<Intent> intents = getAllJavascriptIntents(); local 112 for (Intent i : intents) { 144 List<Intent> intents = createAllIntents(Uri.parse("http:\/\/www.google.com")); local [all...] |