You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This could be really useful feature to let end user cancel or pause downloading from notifications, especially if we don't make any other way to cancel task (eg if our app doesn't have any cancel button).
Implementation should be pretty straight forward, in Notification builder (DownloadWorker.java) add two actions, create two PendingIntents for corresponding functionalities and remove those buttons when DownloadStatus is 'Complete'.