What is the best way to keep an activity running forever? Is there a way to restart it whenever it gets killed? For example I have an app that I use very frequently and it also has receivers that are registered dynamically, so I need the activity to stay running all the time. I thought I had read somewhere that if you have receivers, android would start up your activity for you (but I could be wrong); I haven't seen that functionality work... unless it requires your receiver to be defined in the manifest instead of dynamically in the code, but I'd like to know how to accomplish this either way. Any advice is appreciated.
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 -~----------~----~----~----~------~----~------~--~---

