FLAG_ACTIVITY_SINGLE_TOP constant

int const FLAG_ACTIVITY_SINGLE_TOP

Will not re-launch the activity if it is already at the top of the history stack.

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

Implementation

static const int FLAG_ACTIVITY_SINGLE_TOP = 536870912;