PhoneModel


a = GetModel
b = GetPhoneid
c = GetSdkVersion
MsgBox("PhoneModel = " & a &CRLF& "IMEI = " & b &CRLF& "SDK ver = " & c )

Comments