Search code examples
iphoneandroidudid

Android UDID like IPhone?


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

Thanks Chris


Solution

  • 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.