I really need a callback thats called when a task goes to the background. I have a refresh task that I start in my main activity. I need to stop it when the app goes to the background, and start it again when the app comes to the foreground. There are many activities in my app and I should not care which one is at the top when this happens. Is that possible?
-- 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

