使用Intent跳轉到瀏覽器

能夠查看文件,doc,xls,pdf,txt…..等等 一些文件。。。web Uri uri = Uri.parse("URL"); Intent intent = new Intent(Intent.ACTION_VIEW, uri); startActivity(intent);
相關文章
相關標籤/搜索