摘要:
Intent intent = new Intent(Intent.ACTION_VIEW); intent.setDataAndType(Uri.fromFile(file),"application/vnd.android.package-archive"); startActivity(int 阅读全文
posted @ 2015-10-14 23:53
likeshu
阅读(7475)
评论(0)
推荐(0)