FLAG_ACTIVITY_RESET_TASK_IF_NEEDED constant

int const FLAG_ACTIVITY_RESET_TASK_IF_NEEDED

Launches the activity in a way that resets the task in some cases.

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

Implementation

static const int FLAG_ACTIVITY_RESET_TASK_IF_NEEDED = 2097152;