FLAG_ACTIVITY_LAUNCH_ADJACENT constant

int const FLAG_ACTIVITY_LAUNCH_ADJACENT

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_LAUNCH_ADJACENT

Implementation

static const int FLAG_ACTIVITY_LAUNCH_ADJACENT = 4096;