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

/frameworks/base/core/java/android/content/
H A DIntent.java4994 FLAG_ACTIVITY_RESET_TASK_IF_NEEDED,
5037 FLAG_ACTIVITY_RESET_TASK_IF_NEEDED,
5303 public static final int FLAG_ACTIVITY_RESET_TASK_IF_NEEDED = 0x00200000; field in class:Intent
6583 intent.addFlags(Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED);

Completed in 1385 milliseconds