The stack is global as an implementation detail, but is organized into tasks
that can be moved around in the stack.  (This could just as well be
implemented as a Z-ordered list of tasks, with an activity stack in each.)

Use "adb shell dumpsys activity" to see the current activity/task stack
state.

On Fri, May 7, 2010 at 8:31 PM, Sebastián Treu <[email protected]>wrote:

> Thanks both of you. I apologize my english for trying to explain myself.
>
> I thought the stack was global. The service manages notifications to
> the user, not necessarily when showing my own Application. So I guess
> the Context has to do here when the activity is launched so it then
> can return to the proper place.
>
> I'll put my head on Task Affinity.
>
> Thanks for guide my knowlegde,
>
> Best Regards,
> --
> If you want freedom, compile the source.
>
> Sebastián Treu
> http://labombiya.com.ar
>
> --
> 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]<android-developers%[email protected]>
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
>



-- 
Dianne Hackborn
Android framework engineer
[email protected]

Note: please don't send private questions to me, as I don't have time to
provide private support, and so won't reply to such e-mails.  All such
questions should be posted on public forums, where I and others can see and
answer them.

-- 
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

Reply via email to