Created
September 27, 2022 10:27
-
-
Save halilozel1903/e0693604b19e67b924316d70d360538c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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