Hi all,
I have two task:
bar:B,Y
foo: A,X,C
Now C call startActivity to call B with
FLAG_ACTIVITY_REORDER_TO_FRONT.
After this call these tasks are:
Case I:
foo: A,X,C
bar:Y,B
or:
Case II:
bar:Y
foo: A,X,C,B
According the document
http://developer.android.com/reference/android/content/Intent.html#FLAG_ACTIVITY_REORDER_TO_FRONT
I choose Case I.
However, I write the code I found it is Case II.
Please help me make clear.
Thanks


-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to