Re: [android-developers] Broadcast Receiver / Service will only restart my activity once.

2010-03-18 Thread Hong
I'm running into the same problem, "process is bad" error! No way to recover? On Wed, Mar 17, 2010 at 4:30 PM, AuxOne wrote: > I have a single Activity application, within it I have a service which > creates an AlarmManager and sends a broadcast to a broadcast Receiver. > If the activity which

[android-developers] Broadcast Receiver / Service will only restart my activity once.

2010-03-17 Thread AuxOne
I have a single Activity application, within it I have a service which creates an AlarmManager and sends a broadcast to a broadcast Receiver. If the activity which starts the services dies, (ie. divide by zero), the broadcast receiver stops the old service which created the AlarmManager. It works