Home
last modified time | relevance | path

Searched refs:ACTION_SEND (Results 1 – 25 of 39) sorted by relevance

12

/frameworks/support/v4/java/android/support/v4/app/
DShareCompat.java281 mIntent = new Intent().setAction(Intent.ACTION_SEND); in IntentBuilder()
317 mIntent.setAction(Intent.ACTION_SEND); in getIntent()
467 if (!mIntent.getAction().equals(Intent.ACTION_SEND)) { in setStream()
468 mIntent.setAction(Intent.ACTION_SEND); in setStream()
693 return Intent.ACTION_SEND.equals(action) || Intent.ACTION_SEND_MULTIPLE.equals(action); in isShareIntent()
705 return Intent.ACTION_SEND.equals(mIntent.getAction()); in isSingleShare()
/frameworks/base/docs/html-intl/intl/zh-tw/training/basics/intents/
Dfilters.jd29 例如,若您建置的社交應用程式可用於與使用者的好友分享訊息或相片,則支援 {@link android.content.Intent#ACTION_SEND} 意圖可為您帶來顯著受益,使用者藉此可從其…
57 …<dd>對要執行的行為進行命名的字串。通常是平台所定義值 (例如 {@link android.content.Intent#ACTION_SEND} 或 {@link android.conte…
88 android.content.Intent#ACTION_SEND} 意圖:</p>
114 android.content.Intent#ACTION_SEND} 與 {@link
146 <p>如需有關傳送及接收 {@link android.content.Intent#ACTION_SEND} 意圖 (執行社交共用行為) 的詳細資訊,請參閱有關<a href="{@docRoot…
Dsending.jd107 Intent emailIntent = new Intent(Intent.ACTION_SEND);
236 Intent intent = new Intent(Intent.ACTION_SEND);
/frameworks/base/docs/html-intl/intl/ja/training/basics/intents/
Dfilters.jd29 …有」アクションを開始し、こちら側のアプリを起動してそのアクションを実行できるよう、{@link android.content.Intent#ACTION_SEND} インテントをサポートすること…
58 {@link android.content.Intent#ACTION_SEND} や {@link android.content.Intent#ACTION_VIEW} などのプラットフォーム…
88 android.content.Intent#ACTION_SEND} インテントを処理するインテント フィルタを使用したアクティビティの例を示します。</p>
114 android.content.Intent#ACTION_SEND} と {@link
146 <p>ソーシャル共有行動を実行する {@link android.content.Intent#ACTION_SEND}インテントの送受信方法の詳細については、<a href="{@docRoot}…
Dsending.jd107 Intent emailIntent = new Intent(Intent.ACTION_SEND);
236 Intent intent = new Intent(Intent.ACTION_SEND);
/frameworks/base/docs/html-intl/intl/ko/training/basics/intents/
Dfilters.jd32 {@link android.content.Intent#ACTION_SEND} 인텐트를 지원하는 것이 좋습니다.</p>
58 하나입니다(예: {@link android.content.Intent#ACTION_SEND} 또는 {@link android.content.Intent#ACTION_VIEW}).
88 android.content.Intent#ACTION_SEND} 인텐트를 처리하는 인텐트 필터가 지정된 액티비티입니다.</p>
114 android.content.Intent#ACTION_SEND} 및 {@link
146 <p>소셜 공유 동작을 수행하는 {@link android.content.Intent#ACTION_SEND}
Dsending.jd107 Intent emailIntent = new Intent(Intent.ACTION_SEND);
236 Intent intent = new Intent(Intent.ACTION_SEND);
/frameworks/base/docs/html/training/sharing/
Dsend.jd33 Android defines several actions, including {@link android.content.Intent#ACTION_SEND} which, as
56 <strong>Figure 1.</strong> Screenshot of {@link android.content.Intent#ACTION_SEND} intent chooser
61 <p>The most straightforward and common use of the {@link android.content.Intent#ACTION_SEND}
69 sendIntent.setAction(Intent.ACTION_SEND);
76 {@link android.content.Intent#ACTION_SEND} and MIME type text/plain, the Android system will run
97 sendIntent.setAction(Intent.ACTION_SEND);
119 <p>Binary data is shared using the {@link android.content.Intent#ACTION_SEND} action combined with
126 shareIntent.setAction(Intent.ACTION_SEND);
Dreceive.jd46 Similar to how you constructed an intent with action {@link android.content.Intent#ACTION_SEND} in
103 if (Intent.ACTION_SEND.equals(action) &amp;&amp; type != null) {
Dshareaction.jd81 with action {@link android.content.Intent#ACTION_SEND} and additional data set via extras
/frameworks/base/docs/html-intl/intl/zh-cn/training/basics/intents/
Dfilters.jd29 例如,如果您构建一款可与用户的好友分享消息或照片的社交应用,您最关注的是支持 {@link android.content.Intent#ACTION_SEND} 意向以便用户可以从另一应用发起
58 {@link android.content.Intent#ACTION_SEND} 或 {@link android.content.Intent#ACTION_VIEW}。
88 android.content.Intent#ACTION_SEND} 意向的意向过滤器:</p>
114 android.content.Intent#ACTION_SEND} 和 {@link
146 <p>如需了解有关发送和接收 {@link android.content.Intent#ACTION_SEND}
Dsending.jd107 Intent emailIntent = new Intent(Intent.ACTION_SEND);
236 Intent intent = new Intent(Intent.ACTION_SEND);
/frameworks/base/docs/html-intl/intl/ru/training/basics/intents/
Dfilters.jd31 будет поддерживать объекты Intent (намерения) {@link android.content.Intent#ACTION_SEND}, чтобы пол…
58 например, {@link android.content.Intent#ACTION_SEND} или {@link android.content.Intent#ACTION_VIEW}.
88 android.content.Intent#ACTION_SEND}, для текстовых или графических данных.</p>
114 android.content.Intent#ACTION_SEND} и {@link
146 …ее подробную информацию об отправке и получении объектов {@link android.content.Intent#ACTION_SEND}
Dsending.jd107 Intent emailIntent = new Intent(Intent.ACTION_SEND);
236 Intent intent = new Intent(Intent.ACTION_SEND);
/frameworks/base/core/java/android/widget/
DShareActionProvider.java281 if (Intent.ACTION_SEND.equals(action) || Intent.ACTION_SEND_MULTIPLE.equals(action)) { in setShareIntent()
303 if (Intent.ACTION_SEND.equals(action) || in onMenuItemClick()
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DShareActionProvider.java304 if (Intent.ACTION_SEND.equals(action) || Intent.ACTION_SEND_MULTIPLE.equals(action)) { in setShareIntent()
325 if (Intent.ACTION_SEND.equals(action) || in onMenuItemClick()
/frameworks/base/docs/html/training/basics/intents/
Dfilters.jd31 interest to support the {@link android.content.Intent#ACTION_SEND} intent so users can initiate a
60 as {@link android.content.Intent#ACTION_SEND} or {@link android.content.Intent#ACTION_VIEW}.
94 android.content.Intent#ACTION_SEND} intent when the data type is either text or an image:</p>
120 android.content.Intent#ACTION_SEND} and {@link
152 <p>For more information about sending and receiving {@link android.content.Intent#ACTION_SEND}
Dsending.jd107 Intent emailIntent = new Intent(Intent.ACTION_SEND);
237 Intent intent = new Intent(Intent.ACTION_SEND);
/frameworks/base/docs/html-intl/intl/pt-br/training/basics/intents/
Dfilters.jd31 que ele possa responder à intenção {@link android.content.Intent#ACTION_SEND} para que os usuários …
58 como {@link android.content.Intent#ACTION_SEND} ou {@link android.content.Intent#ACTION_VIEW}.
88 android.content.Intent#ACTION_SEND} quando o tipo de dado é texto ou imagem:</p>
114 android.content.Intent#ACTION_SEND} e {@link
146 …ais informações sobre o envio e recebimento de intenções {@link android.content.Intent#ACTION_SEND}
Dsending.jd107 Intent emailIntent = new Intent(Intent.ACTION_SEND);
236 Intent intent = new Intent(Intent.ACTION_SEND);
/frameworks/base/core/java/com/android/internal/app/
DDumpHeapActivity.java102 Intent intent = new Intent(Intent.ACTION_SEND); in onCreate()
/frameworks/base/core/java/android/provider/
DBrowser.java224 Intent send = new Intent(Intent.ACTION_SEND); in sendString()
/frameworks/base/docs/html/guide/components/
Dintents-filters.jd205 <dt>{@link android.content.Intent#ACTION_SEND}</dt>
296 {@link android.content.Intent#ACTION_SEND}, you can specify the "to" recipient with the
358 with the {@link android.content.Intent#ACTION_SEND} action
377 sendIntent.setAction(Intent.ACTION_SEND);
393 intent with the {@link android.content.Intent#ACTION_SEND} action and that carries "text/plain"
416 android.content.Intent#ACTION_SEND} action, users may want to share using a different app depending
427 Intent sendIntent = new Intent(Intent.ACTION_SEND);
506 {@link android.content.Intent#ACTION_SEND} intent when the data type is text:</p>
/frameworks/base/tests/ActivityTests/src/com/google/android/test/activity/
DActivityTestMain.java437 Intent intent = new Intent(Intent.ACTION_SEND); in onCreateOptionsMenu()
/frameworks/base/core/java/android/content/
DIntent.java1104 public static final String ACTION_SEND = "android.intent.action.SEND"; field in Intent
8074 if (ACTION_SEND.equals(action)) { in fixUris()
8142 } else if (ACTION_SEND.equals(action)) { in migrateExtraStreamToClipData()

12