Frist Android
2015-10-13 本文已影响0人
jackie_gnu
Exception
- Exception: ActivityNotFoundException
- 启动browser
Intent intent = new Intent(Intent.ACTION_VIEW)
intent.setData(Uri.parse("http://www.baidu.com");
startActivity(intent);
- <data> 标签
android:scheme
android:host
android:port
android:path
android:mimeType