FLAG_FROM_BACKGROUND constant
int
const FLAG_FROM_BACKGROUND
Can be set by the caller to flag the intent as not being launched directly by the user.
See https://developer.android.com/reference/android/content/Intent.html#FLAG_FROM_BACKGROUND.
Implementation
static const int FLAG_FROM_BACKGROUND = 4;