摘要: 1 private void installAPK(File t) {2 Intent intent = new Intent("android.intent.action.VIEW");3 intent.setDataAndType(Uri.fromFile(t), "applic... 阅读全文
posted @ 2015-01-30 23:59 acc8226 阅读(125) 评论(0) 推荐(0) 编辑