Didn't work... if I only start B and after destroy B without destryoing A,
nothing happens to A.
But looking at TabHost implementation I could see what I was forgetting:
requestFocus!

When I request focus for B, A is automatically paused. To resume it, I start
it again (as it's a single top activity).
\o/

Thanks a lot for the attention!

On Thu, May 21, 2009 at 8:48 AM, Android Users <androidmai...@gmail.com>wrote:

> Just a guess. Try destroying the activity B without destroying activity A.
> This may resume the activity A as soon as the activity B is destroyed.
>
> >
>


-- 
Taísa Cristina Costa dos Santos
Computer Engineer
Brazil, SP

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