Last active
March 26, 2022 18:25
-
-
Save WrathChaos/85999955d2ed115ce799225bc50f935a to your computer and use it in GitHub Desktop.
Android Kotlin: How to get unique device id?
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 = Settings.Secure.getString(contentResolver, | |
Settings.Secure.ANDROID_ID) |
After including this part to my project, when I try to import by entering alt+enter I get 8 options of setting. Which one to be imported?
Can you provide me with the screenshot?
After including this part to my project, when I try to import by entering alt+enter I get 8 options of setting. Which one to be import?
android.provider.Settings
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After including this part to my project, when I try to import by entering alt+enter I get 8 options of setting. Which one to be import?