FLAG_ACTIVITY_REORDER_TO_FRONT constant

int const FLAG_ACTIVITY_REORDER_TO_FRONT

Brings any already instances of this activity to the front.

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

Implementation

static const int FLAG_ACTIVITY_REORDER_TO_FRONT = 131072;