On May 16, 1:54 pm, Justin Anderson <[email protected]> wrote: > I may be wrong but I would think that FLAG_ACTIVITY_NEW_TASK would cause it > to be reset when it is brought to the front... What happens when you remove > this flag?
FLAG_ACTIVITY_NEW_TASK is the behavior I want. The doc says: "When using this flag, if a task is already running for the activity you are now starting, then a new activity will not be started; instead, the current task will simply be brought to the front of the screen with the state it was last in. See FLAG_ACTIVITY_MULTIPLE_TASK for a flag to disable this behavior." -- 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

