码迷,mamicode.com
首页 > 移动开发 > 详细

Android 代码安装APK文件

时间:2014-12-15 15:14:36      阅读:143      评论:0      收藏:0      [点我收藏+]

标签:android   style   blog   io   ar   color   sp   on   文件   

代码安装APK文件

Intent intent = new Intent(Intent.ACTION_VIEW);   
intent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
intent.setAction(android.content.Intent.ACTION_VIEW);
intent.setDataAndType(Uri.fromFile(file),"application/vnd.android.package-archive");    
startActivity(intent); 

 

Android 代码安装APK文件

标签:android   style   blog   io   ar   color   sp   on   文件   

原文地址:http://www.cnblogs.com/rfheh/p/4164837.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!