I have created a service to fetch current location of the device in periodic intervals. I want the service to run in the background even if the app is cleared from recently
replace return Service.START_NOT_STICKY; with return START_STICKY;
return Service.START_NOT_STICKY;
return START_STICKY;