Hi there ,
I have a Android device , i want to fetch both the IMEI numbers of it .
i have used :
system.getInfo(“deviceID”)
CODE :
local myText = display.newText(system.getInfo(“deviceID”), 100, 200,native.systemFontBold, 25 )
myText:setFillColor( 1, 10, 0.5 )
But it only returns a single IMEI i.e deviceID.
please specify a way to fetch both the IMEI numbers of a Android device.
-Thankz in Advance