QQ 跳转适配 TIM

This commit is contained in:
chenjuntao
2018-08-07 10:23:25 +08:00
parent 1a05e13b03
commit 5f9637ec50

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;
}
}