摘要: 安装程序的方法:1、通过Intent机制,调出系统安装应用,重新安装应用的话,会保留原应用的数据。1.String fileName =Environment.getExternalStorageDirectory() +apkName;2.Uri uri = Uri.fromFile(new File(fileName));3.Intent intent =newIntent(Intent.ACTION_VIEW);4.intent.setDataAndType(uri,"application/vnd.android.package-archive");5.startA 阅读全文
posted @ 2013-08-14 11:12 一个学渣 阅读(644) 评论(0) 推荐(0) 编辑
摘要: 百度地图API自定义地图 阅读全文
posted @ 2013-08-14 09:38 一个学渣 阅读(384) 评论(0) 推荐(0) 编辑
摘要: 百度地图API调用示例 阅读全文
posted @ 2013-08-14 09:31 一个学渣 阅读(963) 评论(0) 推荐(0) 编辑

 

CSDNGitHub 联系邮箱:aikongmeng@gmail.com


Copyright 2008-2019 Government All Rights Reserved