1 Intent intent=new Intent(Intent.ACTION_VIEW);
2 Uri uri=Url.parse("http://www.map1000.com");
3 intent.setData(url);
4 intent.setClassName("com.tencent.mtt","com.tentcent.mtt.MainActivity");
5 startActivity(intent);

指定浏览器打开网页

相关文章:

  • 2021-12-03
  • 2021-07-08
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-01
  • 2021-06-03
猜你喜欢
  • 2022-12-23
  • 2021-08-07
  • 2021-12-29
  • 2022-01-21
  • 2019-08-01
  • 2022-02-16
相关资源
相似解决方案