I want to make a service/api call when app is killed by swiping in android. I tried to achieve that by calling my api inside onTaskRemoved of service. I follow
onTaskRemoved