FLAG_ACTIVITY_NEW_TASK constant

int const FLAG_ACTIVITY_NEW_TASK

The launched activity starts a new task on the activity stack.

See https://developer.android.com/reference/android/content/Intent.html#FLAG_ACTIVITY_NEW_TASK.

Implementation

static const int FLAG_ACTIVITY_NEW_TASK = 268435456;