EXTRA_TASK_ID constant

String const EXTRA_TASK_ID

An int representing the task id to be retrieved. This is used when a launch from recents is intercepted by another action such as credentials confirmation to remember which task should be resumed when complete.

@hide

Implementation

static const String EXTRA_TASK_ID = "android.intent.extra.TASK_ID";