Skip to content

Instantly share code, notes, and snippets.

@halilozel1903
Created September 27, 2022 10:29
Show Gist options
  • Save halilozel1903/b8f24592b2189185e300c1a55183df3a to your computer and use it in GitHub Desktop.
Save halilozel1903/b8f24592b2189185e300c1a55183df3a to your computer and use it in GitHub Desktop.
String deviceId = Settings.Secure.getString(getContentResolver(), Settings.Secure.ANDROID_ID);
Toast.makeText(this, deviceId, Toast.LENGTH_LONG).show();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment