FLAG_ACTIVITY_REQUIRE_DEFAULT constant

int const FLAG_ACTIVITY_REQUIRE_DEFAULT

If set in an intent passed to {@link Context#startActivity Context.startActivity()}, this flag will only launch the intent if it resolves to a single result. If no such result exists or if the system chooser would otherwise be displayed, an {@link ActivityNotFoundException} will be thrown.

Implementation

static const int FLAG_ACTIVITY_REQUIRE_DEFAULT = 0x00000200;