FLAG_RECEIVER_REPLACE_PENDING constant

int const FLAG_RECEIVER_REPLACE_PENDING

Will drop any pending broadcasts of this intent in favor of the newest one.

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

Implementation

static const int FLAG_RECEIVER_REPLACE_PENDING = 536870912;