打开网页链接

Uri uri = Uri.parse("http://androidbmi.googlecode.com/");
Intent intent = new Intent(Intent.ACTION_VIEW, uri);
startActivity(intent);

posted @ 2011-09-17 09:38  jetz  阅读(283)  评论(0编辑  收藏  举报