摘要: 1,调web浏览器Uri myBlogUri = Uri.parse("http://xxxxx.com");returnIt = new Intent(Intent.ACTION_VIEW, myBlogUri);2,地图Uri mapUri = Uri.parse("geo:38.899533,-77.036476");returnIt = new Intent(Intent.ACTION_VIEW, mapUri);3,调拨打电话界面Uri telUri = Uri.parse("tel:100861");returnIt = 阅读全文
posted @ 2012-04-10 11:00 rock.dean 阅读(294) 评论(0) 推荐(0) 编辑
摘要: 前提是去下载每个版本的源码。第一种:1.在Android SDK的安装目录的platforms\android-x\下建立sources文件夹 2.把文件解压缩到该目录 3.修改platforms\android-x\下source.properties文件 Pkg.UserSrc=true 4.重启Eclipse第二种:直接在项目中attach源码的zip文档 阅读全文
posted @ 2012-04-10 09:26 rock.dean 阅读(305) 评论(0) 推荐(0) 编辑