摘要:
Android程序使用代码的安装和卸载!!!安装:String str = "/CanavaCancel.apk"; String fileName = Environment.getExternalStorageDirectory() + str; Intent intent = new Intent(Intent.ACTION_VIEW); intent.setDataAndType(Uri.fromFile(new File(fileName)), "application/vnd.android.package-archive"); startA 阅读全文
posted @ 2011-03-09 23:53
Greenwood
阅读(34633)
评论(3)
推荐(4)


浙公网安备 33010602011771号