📌  相关文章
📜  android 打开浏览器 - Java 代码示例

📅  最后修改于: 2022-03-11 14:52:44.410000             🧑  作者: Mango

代码示例1
Intent browserIntent = new Intent(Intent.ACTION_VIEW, Uri.parse("http://www.google.com"));
startActivity(browserIntent);