Intent i  = new Intent(Intent.ACTION_VIEW);
		//apk
		String str = "/sdcard/FileTest.apk";
		i.setDataAndType(Uri.parse("file://" + str), "application/vnd.android.package-archive");
		startActivity(i);

posted on 2013-05-14 16:17  纯洁的坏蛋  阅读(180)  评论(0编辑  收藏  举报