摘要: //检查应用程序是否安装并安装应用程序 public boolean checkApkExist(Context context, String packageName) { if (packageName == null || "".equals(pac... 阅读全文
posted @ 2014-08-31 16:07 huidaoli 阅读(420) 评论(0) 推荐(0)