FLAG_ACTIVITY_CLEAR_TASK constant

int const FLAG_ACTIVITY_CLEAR_TASK

Causes any existing tasks associated with the activity to be cleared.

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

Implementation

static const int FLAG_ACTIVITY_CLEAR_TASK = 32768;