I want to check new messages every 10 mins in the background using alarmManager/Service(I have written the code for the same) but since service runs even if the app is alive or dead .I want the service to stop if app is not running in the background .How do I do this ?
Please Help. Thanks in Advance.
