Hello. I am talking about an application which works with a background service. To start that background service I have registered a Broadcast Receiver which waits for the boot completed action. When the receiver is called I am directly starting up the background service.
To sum up: MyBroadcastReceiver waiting for boot completed -> starting backgroundservice -> backgroundservice sitting in the background doing its job. Why do I get "/my application name/ not responding" directly after the reboot. (even before the broadcast receiver got called) Does the system automatically restart services that had been running in the background before the restart of the system? Or why do I get this message. I'm looking forward reading your answer. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

