Showing posts with label IMEI. Show all posts
Showing posts with label IMEI. Show all posts

Monday, June 11, 2012

Android: wifi Get IMEI example


TelephonyManager
tManager = (TelephonyManager)
             getSystemService(Context.TELEPHONY_SERVICE);
return tManager.getDeviceId();