FLAG_ACTIVITY_RETAIN_IN_RECENTS constant
int
const FLAG_ACTIVITY_RETAIN_IN_RECENTS
Keeps an entry in recent tasks. Used with FLAG_ACTIVITY_NEW_DOCUMENT.
See https://developer.android.com/reference/android/content/Intent.html#FLAG_ACTIVITY_RETAIN_IN_RECENTS.
Implementation
static const int FLAG_ACTIVITY_RETAIN_IN_RECENTS = 8192;