FLAG_ACTIVITY_NO_HISTORY constant
int
const FLAG_ACTIVITY_NO_HISTORY
Does not keep the launched activity in history.
See https://developer.android.com/reference/android/content/Intent.html#FLAG_ACTIVITY_NO_HISTORY.
Implementation
static const int FLAG_ACTIVITY_NO_HISTORY = 1073741824;