Intent intent = new Intent();
intent.setAction(Intent. ACTION_VIEW );
intent.setData(Uri.parse( "http:www.google.com" )); intent.setClassName( "com.android.browser" , "com.android.browser.BrowserActivity" );
startActivity(intent);
也可以调用其它浏览器:

uc浏览器:"com.uc.browser", "com.uc.browser.ActivityUpdate“

opera:"com.opera.mini.android", "com.opera.mini.android.Browser"

更多相关文章

  1. android 浏览器怎么支持 window.close() 和window.opener.locati
  2. 针对Android 平板的海豚浏览器正式版推出
  3. android超炫的图片浏览器
  4. Catalog Service - 解析微软微服务架构实例代码
  5. 介绍一个微软开源项目网站--CodePlex
  6. 关于asp.net如何获取浏览器访问的IP地址?
  7. Go语言实现之基于websocket浏览器通知功能
  8. XML指南——XML 浏览器(Netscape、Explorer)
  9. 具体分析微软的xml解析器

随机推荐

  1. Android 之 选项菜单Option Menu
  2. android:exported
  3. android 使用SAX解析xml
  4. android下开源项目
  5. Android文件目录结构
  6. Android导出一个JAR库/Android如何将程序
  7. Android计算器简单逻辑实现
  8. Android(安卓)Studio上非常棒的插件
  9. 【Android】注解框架(二)-- 基础知识(Java注
  10. Android 开源项目-StandupTimer学习笔记