FLAG_INCLUDE_STOPPED_PACKAGES constant

int const FLAG_INCLUDE_STOPPED_PACKAGES

Always matches stopped components. This is the default behavior.

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

Implementation

static const int FLAG_INCLUDE_STOPPED_PACKAGES = 32;