Skip to content
This repository has been archived by the owner on Mar 16, 2019. It is now read-only.

Add ability to cancel android DownloadManager fetches #502

Merged
merged 1 commit into from
Aug 31, 2017

Commits on Aug 29, 2017

  1. Add ability to cancel android DownloadManager fetches

    This just requires a bit of bookkeeping that keeps track of the task ID to the download manager ID.
    Note that the behavior of the download manager remove method is to remove the download and the downloaded file, whether partial or complete.
    https://developer.android.com/reference/android/app/DownloadManager.html#remove(long...)
    wschurman committed Aug 29, 2017
    Configuration menu
    Copy the full SHA
    71673da View commit details
    Browse the repository at this point in the history