Android调用默认浏览器打开指定url
2014.01.17前几天遇到一个需求:在SB Notes项目中需要点击一个Button调用默认的浏览器打开指定的url。我认为需要注意的几点:1、有无网络的情况2、对于pop up出来的Window各种分辨率下的布局3、倘若设备上未安装浏览器尝试方法一:Intent intent = new Intent();intent.setAction("andr...