`
zhouxiaoli521
  • 浏览: 554075 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

Android Intent打开URL链接

阅读更多
      String url = "http://www.baidu.com";
     Intent intent = new Intent(Intent.ACTION_VIEW);
     intent.setData(Uri.parse(url));
     startActivity(intent);

 

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics