InstallManager相关的应用全部整合到PackagesManager

This commit is contained in:
kehaoyuan
2018-11-13 18:26:27 +08:00
parent 03ce6f80a1
commit 11963ef040
26 changed files with 190 additions and 327 deletions

View File

@ -202,7 +202,7 @@ public class PackageUtils {
if (TextUtils.isEmpty(packageName)) {
return true;
}
boolean isContain = com.gh.gamecenter.manager.PackageManager.INSTANCE.isInstalled(packageName);
boolean isContain = com.gh.gamecenter.manager.PackagesManager.INSTANCE.isInstalled(packageName);
if (!isContain) {
return true;
}