FLAG_ACTIVITY_EXCLUDE_FROM_RECENTS constant

int const FLAG_ACTIVITY_EXCLUDE_FROM_RECENTS

Keeps the activity from being listed with other recently launched activities.

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

Implementation

static const int FLAG_ACTIVITY_EXCLUDE_FROM_RECENTS = 8388608;