Does Android have a UDID like IPhone? If yes, is there a way I can get it programatically?
Thanks Chris
From the docs:
getDeviceId() Returns the unique device ID, for example, the IMEI for GSM and the MEID for CDMA phones. Return null if device ID is not available.
getDeviceId()
Returns the unique device ID, for example, the IMEI for GSM and the MEID for CDMA phones. Return null if device ID is not available.