FLAG_ACTIVITY_NEW_DOCUMENT constant

int const FLAG_ACTIVITY_NEW_DOCUMENT

Opens a document into a new task rooted in this activity.

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

Implementation

static const int FLAG_ACTIVITY_NEW_DOCUMENT = 524288;