Skip to content

Instantly share code, notes, and snippets.

@acidjazz
Created June 8, 2013 01:52
Show Gist options
  • Save acidjazz/5733582 to your computer and use it in GitHub Desktop.
Save acidjazz/5733582 to your computer and use it in GitHub Desktop.
TelephonyManager tm = (TelephonyManager) getSystemService(Context.TELEPHONY_SERVICE);
imei = tm.getDeviceId();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment