FLAG_FROM_BACKGROUND constant

int const FLAG_FROM_BACKGROUND

Can be set by the caller to indicate that this Intent is coming from a background operation, not from direct user interaction.

Implementation

static const int FLAG_FROM_BACKGROUND = 0x00000004;