我想在文件下载(使用服务)服务时通过单击通知打开文件。我已经在我的mainActivity中传递了“http://railsboxtech.com/singing/song/ishq_wala_instrument.mp3”这个URL来下载它。为此,我使用以下代码:publicclassDownloadServiceextendsIntentService{StringurlPath;privateintresult=Activity.RESULT_CANCELED;publicDownloadService(){super("DownloadService");}//Willbeca