Android UDID like IPhone?

Chris picture Chris · Jul 12, 2010 · Viewed 28.6k times · Source

Does Android have a UDID like IPhone? If yes, is there a way I can get it programatically?

Thanks Chris

Answer

Macarse picture Macarse · Jul 12, 2010

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.