Hey everyone, I want to have a ContentObserver continuously running. Now I know Android might kill the process anytime it feels like, however, should I register the content observer within a Service of mine or can I use the Application class and register it from there?
In my experience it seems that within a Service is better as processes with Services might stick around longer. Is my assumption correct? Thanks! -- 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

