Searched defs:ACTION_SEND (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/content/
H A DIntent.java518 * <li> {@link #ACTION_SEND}
1182 public static final String ACTION_SEND = "android.intent.action.SEND"; field in class:Intent
1186 * Like {@link #ACTION_SEND}, except the data is multiple.
4027 * @see #ACTION_SEND
4210 * {@link #ACTION_SEND} to supply the literal data to be sent. Note that
4219 * {@link #ACTION_SEND} to supply an alternative to {@link #EXTRA_TEXT}
4227 * used with {@link #ACTION_SEND} to supply the data being sent.
4278 * user's intended action. For example, an app invoking {@link #ACTION_SEND} to share photos
4490 * when sharing with it via {@link #ACTION_SEND}, augmenting a link with additional query
9933 if (ACTION_SEND
[all...]

Completed in 127 milliseconds