FLAG_ACTIVITY_MULTIPLE_TASK constant
int
const FLAG_ACTIVITY_MULTIPLE_TASK
Creates and launches the activity into a new task. Should always be combined with FLAG_ACTIVITY_NEW_DOCUMENT or FLAG_ACTIVITY_NEW_TASK.
See https://developer.android.com/reference/android/content/Intent.html#FLAG_ACTIVITY_MULTIPLE_TASK.
Implementation
static const int FLAG_ACTIVITY_MULTIPLE_TASK = 134217728;