Cancelling Ongoing Download Does Not Remove Notification
I am using Android DownloadManager, and have the ability to cancel ongoing download. This call also removes download progress from notification bar on all device I tested but from
Solution 1:
To resolve this issue I had to call DownloadManager#remove() twice.
Post a Comment for "Cancelling Ongoing Download Does Not Remove Notification"