FLAG_ACTIVITY_BROUGHT_TO_FRONT constant
int
const FLAG_ACTIVITY_BROUGHT_TO_FRONT
Specifies how an activity should be launched. Generally set by the system in conjunction with SINGLE_TASK.
See https://developer.android.com/reference/android/content/Intent.html#FLAG_ACTIVITY_BROUGHT_TO_FRONT.
Implementation
static const int FLAG_ACTIVITY_BROUGHT_TO_FRONT = 4194304;