tags:

views:

54

answers:

0

when my application start i am starting the notification service by calling the notificaiton service class for every one minute it is updating the values to notification service for that i taken timer.scheduleAtFixedRate but when i come out of my application onDestory method i am stoping the service but it won't stop what's the problem and how to stop it forcely

Thanks in advance

Aswan