Let's say I have an app running (Main module).
And I have a notification running from a service (Notifier module).
If the app (Main) is killed, either by Android OS or, say, a utility like Advanced Task Killer -- the service (in this case, Notifier) appears to remain running.
How do I get the Notifier service to die if the Main module is killed?
Edit:
Come to think of it, I guess what I'm asking here is how to have the Notifier service check to see if its related Main is still running...?
Thanks!
Best,
David
------
David Sosnowski
The Music of David Sosnowski
And I have a notification running from a service (Notifier module).
If the app (Main) is killed, either by Android OS or, say, a utility like Advanced Task Killer -- the service (in this case, Notifier) appears to remain running.
How do I get the Notifier service to die if the Main module is killed?
Edit:
Come to think of it, I guess what I'm asking here is how to have the Notifier service check to see if its related Main is still running...?
Thanks!
Best,
David
------
David Sosnowski
The Music of David Sosnowski
Last edited: