android-priority-jobqueue icon indicating copy to clipboard operation
android-priority-jobqueue copied to clipboard

Is there any callback when the app is removed from the recent task

Open ckdevrel opened this issue 7 years ago • 0 comments

I can see the job is getting suspended and restarts back if the app is launched again in persistent mode. My requirement is simple, I am downloading image and displaying progress in a notification area and If i clear the app form the stack then the job is paused. So I am glad to know that any callback or method to detect this state. There is a onTaskRemoved() method in a Service class for this requirement and happy to know if any exists with this library

ckdevrel avatar Oct 25 '17 09:10 ckdevrel