Possible Duplicate:
android: check if a service is running
I have one services to perform my action, it will run on background indefinite time. I want to monitor the service whether its is running or not. So, I want to create another service to monitor first one.
Is There any other action interfilter to broadcast, service running or not?