应用上报

This commit is contained in:
huangzhuanghua
2017-04-26 15:56:19 +08:00
parent 6a851f7247
commit cfa70feac5
15 changed files with 325 additions and 29 deletions

View File

@ -34,7 +34,7 @@ public class InstallUtils {
public static InstallUtils getInstance(Context context) {
if (mInstance == null) {
synchronized (CommentManager.class) {
synchronized (InstallUtils.class) {
if (mInstance == null) {
mInstance = new InstallUtils(context);
}