Merge branch 'release' into dev-4.7.0
# Conflicts: # app/src/main/java/com/gh/common/exposure/ExposureManager.kt # app/src/main/java/com/gh/common/videolog/VideoRecordUtils.kt # app/src/main/res/drawable-nodpi/splash_01.webp
This commit is contained in:
@ -169,8 +169,11 @@ public class MainActivity extends BaseActivity {
|
||||
if (!this.isFinishing()) {
|
||||
LogUtils.uploadDevice(lunchType);
|
||||
ActivationHelper.sendActivationInfo();
|
||||
// 第一次打开App删除模拟器游戏记录
|
||||
SimulatorGameManager.deleteAllSimulatorGame();
|
||||
// 第一次打开App删除模拟器游戏记录(不包括更新版本)
|
||||
if (HaloApp.getInstance().isBrandNewInstall) {
|
||||
SimulatorGameManager.deleteAllSimulatorGame();
|
||||
|
||||
}
|
||||
}
|
||||
}, 2000L);
|
||||
getPluginUpdate();
|
||||
|
||||
Reference in New Issue
Block a user