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

/frameworks/base/core/java/android/content/
H A DIntent.java4364 public static final int FLAG_ACTIVITY_NEW_TASK = 0x10000000; field in class:Intent
4368 * or {@link #FLAG_ACTIVITY_NEW_TASK}. In both cases these flags alone would
4374 * <strong>When used with {@link #FLAG_ACTIVITY_NEW_TASK} do not use this
4377 * {@link #FLAG_ACTIVITY_NEW_TASK} to disable the
4390 * <p>This flag is ignored if one of {@link #FLAG_ACTIVITY_NEW_TASK} or
4398 * @see #FLAG_ACTIVITY_NEW_TASK
4422 * {@link #FLAG_ACTIVITY_NEW_TASK}: if used to start the root activity
4496 * {@link #FLAG_ACTIVITY_NEW_TASK} and {@link android.R.attr#documentLaunchMode} -- if
4562 * are finished. This can only be used in conjunction with {@link #FLAG_ACTIVITY_NEW_TASK}.
4570 * saw. This can only be used in conjunction with {@link #FLAG_ACTIVITY_NEW_TASK}
[all...]

Completed in 45 milliseconds