Veclar
Newbie
I am developing an android app in which i am running a background service.I don't want to make my service destroy when user clear the recent tasks.I am restarting my service in ondestroy() method but it is still destroyed when user clear the recent tasks.Is there any way to catch this? is there any broadcast receiver or any other method to solve this problem? need your help!!