Frist Android

Exception

  • Exception: ActivityNotFoundException
  • 启动browser
Intent intent = new Intent(Intent.ACTION_VIEW)
intent.setData(Uri.parse("http://www.baidu.com");
startActivity(intent);
  • 标签
android:scheme
android:host
android:port
android:path
android:mimeType

你可能感兴趣的:(Frist Android)