ACTION_ATTACH_DATA constant

String const ACTION_ATTACH_DATA

Used to indicate that some piece of data should be attached to some other place. For example, image data could be attached to a contact. It is up to the recipient to decide where the data should be attached; the intent does not specify the ultimate destination.

Input: {@link #getData} is URI of data to be attached.

Output: nothing.

Implementation

static const String ACTION_ATTACH_DATA = 'android.intent.action.ATTACH_DATA';