If I Force Stop an app (via Settings->Applications->Manage
Applications->Any App->Force Stop) will the app ever start up
automatically again or is the only way to start it up again to have
the user start it.

I have an app that starts a service. The service registers an alarm
I've defined,  with the Alarm Manager and this is recieved as
expected. In my manifest I've defined a TimerIntentReceiver, to
receive that alarm I've defined.  If I Force Stop the app then is it
possible to have the Alarm Manager "wake" my app up via the
TimerIntentReceiver I've defined. I'm not seeing this happen. Once I
Force Stop my app it never runs again unless I manually start it.

Is there anything I can listen for, apart from BOOT_COMPLETE, to start
up my app? Or does the user always have to start all apps.
Thanks for your help.

-- 
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

Reply via email to