FLAG_ACTIVITY_MATCH_EXTERNAL constant

int const FLAG_ACTIVITY_MATCH_EXTERNAL

Used in split-screen mode to set the launched activity adjacent to the launcher.

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

Implementation

static const int FLAG_ACTIVITY_MATCH_EXTERNAL = 2048;