Kill Service

etLux

Member
Licensed User
Longtime User
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
 
Last edited:

etLux

Member
Licensed User
Longtime User

I apologize, Andrew, I'm a little bleary-eyed from a long
night and missed the line about Advanced Task Killer.

Thank you again for looking at this.

Best,



David
-----
David Sosnowski
The Music of David Sosnowski
 
Upvote 0