public void start() { progressNotification = new ProgressNotification(); if (downloadManager.query(downloadId) == DownloadManager.STATUS_NOT_FOUND) { downloadId = downloadManager.add(downloadRequest); } progressNotification.showProgressNotify(); }
public void closeDownload() { downloadManager.release(); downloadRequest.cancel(); }