修复启动类型上报异常问题
This commit is contained in:
@ -295,7 +295,7 @@ public class SplashScreenActivity extends BaseActivity {
|
||||
HaloApp.getInstance().setLocalTemporaryDeviceId(localTemporaryDeviceId);
|
||||
SPUtils.setString(Constants.SP_TEMPORARY_DEVICE_ID, localTemporaryDeviceId);
|
||||
}
|
||||
map.put("launch_type", DeviceTokenUtils.getLaunchType().name());
|
||||
map.put("launch_type", DeviceTokenUtils.getLaunchType(true).name());
|
||||
} else if (HaloApp.getInstance().isReinstallTheSameVersion) {
|
||||
map.put("launch_type", LunchType.UPDATE.toString());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user