Plz help me On Sep 5, 6:22 pm, teddy <[email protected]> wrote: > 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 > documenthttp://developer.android.com/reference/android/content/Intent.html#FL... > 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

