On Feb 22, 12:07 pm, Mark Wyszomierski <[email protected]> wrote: > Yeah @Amit, I logged a bug about this behavior here: > > http://code.google.com/p/android/issues/detail?id=5277&can=4&colspec=... > > the loss of the history stack seems to happen any time you launch an > activity with the FLAG_ACTIVITY_NEW_TASK flag.
Hm isn't that the correct behavior for FLAG_ACTIVITY_NEW_TASK? Starting a new activity in a new task is what should happen (maybe Eclipse and Market should not do that because it is as you say confusing). The inconsistent behavior of launchMode singleTask is something else. -- 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

