Searched defs:FLAG_ACTIVITY_NEW_TASK (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/content/
H A DIntent.java3118 public static final int FLAG_ACTIVITY_NEW_TASK = 0x10000000; field in class:Intent
3122 * {@link #FLAG_ACTIVITY_NEW_TASK} to disable the
3133 * {@link #FLAG_ACTIVITY_NEW_TASK} is not set.
3161 * {@link #FLAG_ACTIVITY_NEW_TASK}: if used to start the root activity
3286 * are finished. This can only be used in conjunction with {@link #FLAG_ACTIVITY_NEW_TASK}.
3294 * saw. This can only be used in conjunction with {@link #FLAG_ACTIVITY_NEW_TASK}.
3534 * {@link #FLAG_ACTIVITY_NEW_TASK} set, though typically you will want
3563 * {@link #FLAG_ACTIVITY_NEW_TASK} set, though typically you will want
3588 * but also sets the flags {@link #FLAG_ACTIVITY_NEW_TASK} and
3600 intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK
[all...]

Completed in 74 milliseconds