FLAG_ACTIVITY_NO_USER_ACTION constant

int const FLAG_ACTIVITY_NO_USER_ACTION

Prevents a typical callback from occuring when the activity is paused.

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

Implementation

static const int FLAG_ACTIVITY_NO_USER_ACTION = 262144;