On Aug 30, 5:42 am, Android中国开发者团队google groups <[email protected]> wrote: > i want to excute same action when my app is running backgroud
Err, when your app is in the background, it does not "run". If you want your app to continue doing something when the UI is not visible, you need to create a Service. But a service takes resources away so you don't want a service to run indefinitely. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

