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

/frameworks/base/core/java/android/content/
H A DIntent.java4449 public static final int FLAG_ACTIVITY_PREVIOUS_IS_TOP = 0x01000000; field in class:Intent
5698 intent.addFlags(Intent.FLAG_ACTIVITY_PREVIOUS_IS_TOP);
7870 * @see #FLAG_ACTIVITY_PREVIOUS_IS_TOP

Completed in 245 milliseconds