Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android UDID like IPhone?

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

Thanks Chris

like image 814
Chris Avatar asked Jul 12 '10 05:07

Chris


1 Answers

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.

like image 176
Macarse Avatar answered Oct 18 '22 10:10

Macarse