摘要: 1、判断是否安装/** check the app is installed*/private boolean isAppInstalled(Context context,String packagename){PackageInfo packageInfo; try { packageInfo 阅读全文
posted @ 2016-07-14 09:45 brave-sailor 阅读(700) 评论(0) 推荐(0)