FLAG_RECEIVER_FOREGROUND constant
int
const FLAG_RECEIVER_FOREGROUND
Allows the listener to run at a high priority.
See https://developer.android.com/reference/android/content/Intent.html#FLAG_RECEIVER_FOREGROUND.
Implementation
static const int FLAG_RECEIVER_FOREGROUND = 268435456;