示例#1
0
 public void start() {
   progressNotification = new ProgressNotification();
   if (downloadManager.query(downloadId) == DownloadManager.STATUS_NOT_FOUND) {
     downloadId = downloadManager.add(downloadRequest);
   }
   progressNotification.showProgressNotify();
 }