我已經得到強制關閉打開的URL爲此在.jhtml 實例網址: http://www.mtv.com/news/articles/1691428/beck-hansens-song-reader-sheet-music-album.jhtml打開瀏覽器.jhtml強制關閉
的錯誤: 0android.content.ActivityNotFoundException:無活動發現處理意圖{act = android.intent.action.VIEW dat =
我找不出一個體面的解決方法。 有什麼建議嗎?
乾杯, Zed的
CNC中 下面的代碼:
getContext().startActivity(new Intent(Intent.ACTION_VIEW, uri));
你給了整個互聯網的權限?並且,發佈您試圖打開瀏覽器的代碼? – Praveenkumar 2012-08-10 05:30:19
發佈您的代碼。 – 2012-08-10 06:01:04
已添加。我用構造函數代替了setData方法 – 2012-08-10 06:03:09