Android 打开系统浏览器

try {
  startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse("https://github.com/jaredrummler/MaterialSpinner")));
} catch (ActivityNotFoundException ignored) {
}

猜你喜欢

转载自blog.csdn.net/meixi_android/article/details/83538091
今日推荐