FLAG_RECEIVER_NO_ABORT constant
int
const FLAG_RECEIVER_NO_ABORT
Doesn't allow listeners to cancel the broadcast.
See https://developer.android.com/reference/android/content/Intent.html#FLAG_RECEIVER_NO_ABORT.
Implementation
static const int FLAG_RECEIVER_NO_ABORT = 134217728;