2013-01-15 65 views

回答

2

您也可以使用系統的DownloadManager

DownloadManager mgr = (DownloadManager) context.getSystemService(Context.DOWNLOAD_SERVICE); 

向該服務發佈DownloadManager.Request會導致下載顯示在通知區域中。

相關問題