This commit is contained in:
陈君陶
2024-03-22 16:56:21 +08:00
parent 7a417bc655
commit dd48585bca
556 changed files with 33839 additions and 6270 deletions

View File

@ -129,11 +129,6 @@ public class DataUtils {
AdDelegateHelper.INSTANCE.requestAdConfig(false, "", null);
});
// 避免重复调用
if (!TextUtils.isEmpty(gid)) {
GameSubstituteRepositoryHelper.updateHistoricInstalledGameSet();
}
getDeviceCertification(gid);
// 避免初始化顺序问题导致 MetaUtil 一直持有空的 gid
@ -203,9 +198,8 @@ public class DataUtils {
RealNameHelper.updateCertificationStatus(0);
}
EventBus.getDefault().post(new EBReuse(Constants.EB_REALNAME_RESULT));
RealNameHelper.INSTANCE.onRealNameInfoUpdated();
// new GhContentProvider().localInsert( HaloApp.getInstance().getApplication(),values);
try {
// Unknown URL content://com.gh.gamecenter.provider/certification
// TODO 将 com.gh.gamecenter 改成 BuildConfig.ApplicationID