This commit is contained in:
kehaoyuan
2018-08-07 11:51:47 +08:00
23 changed files with 362 additions and 167 deletions

View File

@ -137,7 +137,7 @@ public class ShareUtils {
if (pinfo != null) {
for (int i = 0; i < pinfo.size(); i++) {
String pn = pinfo.get(i).packageName;
if ("com.tencent.mobileqq".equals(pn)) {
if ("com.tencent.mobileqq".equals(pn) || "com.tencent.tim".equals(pn)) {
return true;
}
}