标签:
http://blog.csdn.net/xiaodongrush/article/details/9320135
1. 首先得到该程序的包名
这个连上手机ADB,看logcat就能看到。比如:QQ客户端的包名是com.tencent.mobileqq。
2. 然后通过PackageManager判断是否存在该包的程序
[Android] 判断手机上是否安装了某个程序
原文地址:http://www.cnblogs.com/wanqieddy/p/4630553.html