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

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-02-19
  • 2022-12-23
  • 2021-11-03
  • 2021-10-25
  • 2021-12-05
猜你喜欢
  • 2022-12-23
  • 2021-12-12
  • 2021-08-26
  • 2022-12-23
  • 2021-12-02
  • 2022-12-23
  • 2022-02-28
相关资源
相似解决方案