调web浏览器时
String url = "http://xxxxx.com"; //这个url前面的http不能少,否则会报ActivityNotFoundException错误
Uri myBlogUri = Uri.parse(url );
web = new Intent(Intent.ACTION_VIEW, myBlogUri);
调web浏览器时
String url = "http://xxxxx.com"; //这个url前面的http不能少,否则会报ActivityNotFoundException错误
Uri myBlogUri = Uri.parse(url );
web = new Intent(Intent.ACTION_VIEW, myBlogUri);
1041

被折叠的 条评论
为什么被折叠?