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

android activity中跳转到网页

阅读更多

  

   Intent it = new Intent( Intent.ACTION_VIEW );

    it.setData( Uri.parse( "http://www.pingan.com/") ); //这里面是需要调转的rul

    it = Intent.createChooser( it, null );

    startActivity( it );

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics