我試着下面的代碼開始在android下載一個mp3文件,這是正確的,直到今天早上,現在它拋出這個exector android.content.ActivityNotFoundException: No Activity found to handle Intent { act=android.intent.action.VIEW dat= http://snd.tebyan.net/1388/03/Baz Amadam55055.mp3 }
無論是在模擬器和真正的設備,我沒有改變代碼, 發生了什麼?哪裏不對?Android - 未發現任何活動處理意圖
String url = " http://snd.tebyan.net/1388/03/Baz Amadam55055.mp3";
Intent intent = new Intent(Intent.ACTION_VIEW, uri);
startActivity(intent);