欢迎使用CSDN-markdown编辑器

 Intent intent = new Intent(Intent.ACTION_VIEW); 
 intent.setDataAndType(Uri.fromFile(new File(mUrl)),  
 "application/vnd.android.package-archive"); 
 mContext.startActivity(intent); 

你可能感兴趣的:(apk安装)