FLAG_ACTIVITY_LAUNCHED_FROM_HISTORY constant

int const FLAG_ACTIVITY_LAUNCHED_FROM_HISTORY

Generally set by the system if the activity is being launched from history.

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

Implementation

static const int FLAG_ACTIVITY_LAUNCHED_FROM_HISTORY = 1048576;