[android-developers] Question about Activity's launch modes

2011-08-04 Thread leo
As described in figure4 on http://developer.android.com/guide/topics/fundamentals/tasks-and-back-stack.html, Activity Y in task B will be brought front when activity2 in Task A startActivityY. my question is :what will happen if Activity is not at the top of task B when Activity 2 startActivityY.

[android-developers] Question about Activity's launch modes

2011-08-04 Thread 赖明江
** As described in figure4 on http://developer.android.com/guide/topics/fundamentals/tasks-and-back-stack.html, Activity Y in task B will be brought front when activity2 in Task A startActivityY. my question is :what will happen if Activity is not at the top of task B when Activity 2