Skip to content

Instantly share code, notes, and snippets.

@SyncHack
Created February 25, 2012 16:12
Show Gist options
  • Save SyncHack/1909308 to your computer and use it in GitHub Desktop.
Save SyncHack/1909308 to your computer and use it in GitHub Desktop.
String androidid = Secure.getString(getContentResolver(),Secure.ANDROID_ID);
String serialid = android.os.Build.SERIAL;
Log.i("test", androidid + "," + serialid);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment