FLAG_ACTIVITY_CLEAR_TOP constant

int const FLAG_ACTIVITY_CLEAR_TOP

Closes any activities on top of this activity and brings it to the front, if it's currently running.

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

Implementation

static const int FLAG_ACTIVITY_CLEAR_TOP = 67108864;