android-priority-jobqueue
android-priority-jobqueue copied to clipboard
Is there any callback when the app is removed from the recent task
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