I am stuck with a issue from last 2 days, I want to hit a api and show user a Toast when user swipe off the app from Background Task,
api
Toast
Try this one
<service android:name=".MyService" android:enabled="true" android:stopWithTask="false" />
Just replace Service.START_STICKY; to START_STICKY;
Service.START_STICKY;
START_STICKY;
And you will able to call onTaskRemoved(Intent rootIntent) once app removed/clear from recent app list.
onTaskRemoved(Intent rootIntent)