FLAG_RECEIVER_VISIBLE_TO_INSTANT_APPS constant

int const FLAG_RECEIVER_VISIBLE_TO_INSTANT_APPS

Instant Apps will be able to listen for the intent (not the default behavior).

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

Implementation

static const int FLAG_RECEIVER_VISIBLE_TO_INSTANT_APPS = 2097152;