Skip to content

Instantly share code, notes, and snippets.

@Ekt0s
Created August 4, 2014 09:39
Show Gist options
  • Save Ekt0s/e2acf440f400179422ba to your computer and use it in GitHub Desktop.
Save Ekt0s/e2acf440f400179422ba to your computer and use it in GitHub Desktop.
Android Unique ID
public String getDeviceSecureId() {
return Settings.Secure.getString(this.getContentResolver(), Settings.Secure.ANDROID_ID);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment