Skip to content

Instantly share code, notes, and snippets.

@halilozel1903
Created September 27, 2022 10:27
Show Gist options
  • Save halilozel1903/e0693604b19e67b924316d70d360538c to your computer and use it in GitHub Desktop.
Save halilozel1903/e0693604b19e67b924316d70d360538c to your computer and use it in GitHub Desktop.
val deviceId: String = Settings.Secure.getString(contentResolver, 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