尝试:
Intent intent = new Intent(Intent.ACTION_VIEW);
intent.setDataAndType(Uri.fromFile(new
File(Environment.getExternalStorageDirectory() + "/path/"
+ "app_apk.apk")), "application/vnd.android.package-archive");
CurrentActivity.this.startActivity(intent);