【数数】修改判断获取设备id的方法

dev_chengFeng
gaoxin 2021-01-20 19:25:43 +08:00
parent 606b98aadd
commit 09fcfff167
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ end
-- 获取设备Id
function this.GetDeviceId()
if AppConst.isSDK then
if App.TAMgr.GetDeviceID then
if AndroidDeviceInfo.Instance:GetVersionCode() > 24 then
return App.TAMgr:GetDeviceId()
end
return AndroidDeviceInfo.Instance:GetDeviceID()