This commit is contained in:
zhongchao
2021-05-31 16:26:48 +08:00
parent 6a659d5100
commit 47fec5307f
5 changed files with 15 additions and 17 deletions

View File

@@ -68,9 +68,6 @@ public class Utils {
if ( DebugConfig.getCarMachineType() != DebugConfig.CAR_MACHINE_TYPE_SELF_INNOVATE ) {
return DeviceIdUtils.getDeviceId(AbsMogoApplication.getApp());
}
if(DebugConfig.getCarMachineType() == DebugConfig.CAR_MACHINE_TYPE_LENOVO){
return MoGoAiCloudClientConfig.getInstance().getSn();
}
return getSystemProperties( GSM_SERIAL );
}