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
Of course I noticed and tried to replicate it. If you carefully read to the end of my post above you will see that I document the changes I made to the Timer code and the sequence I used to try to see problem. I even made sure that I used Advanced Task Killer and found no problem. If it requires a different sequence to recreate it then let me know.

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
Top