FLAG_RECEIVER_REGISTERED_ONLY constant
int
const FLAG_RECEIVER_REGISTERED_ONLY
Only allows registered receivers to listen for the intent.
See https://developer.android.com/reference/android/content/Intent.html#FLAG_RECEIVER_REGISTERED_ONLY.
Implementation
static const int FLAG_RECEIVER_REGISTERED_ONLY = 1073741824;