FLAG_ACTIVITY_TASK_ON_HOME constant
int
const FLAG_ACTIVITY_TASK_ON_HOME
Places the activity on top of the home task. Must be used with FLAG_ACTIVITY_NEW_TASK.
See https://developer.android.com/reference/android/content/Intent.html#FLAG_ACTIVITY_TASK_ON_HOME.
Implementation
static const int FLAG_ACTIVITY_TASK_ON_HOME = 16384;