> Suppose i have a program that' s currently in a PAUSED state. There is no such thing as a "program" being in a paused state. Activities can be in a paused state.
> Then the > user launches another activity. In this second one, i want to find if > the first one is in paused state or not because, if its paused, i want > to recover it. What do you mean by "recover it"? > Is there a way to find if a specific activity is in pause state or > not? Nothing built in that I can think of. You are welcome to try to track that yourself, but I suspect there is a better solution for whatever business problem you are trying to solve. -- Mark Murphy CommonsWare [email protected] http://commonsware.com -- 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

