Kotlin Get Android Unique Device Id

[Solved] Kotlin Get Android Unique Device Id | Swift - Code Explorer | yomemimo.com
Question : kotlin get android unique device id

Answered by : rohini-khadge

 val device_id = Secure.getString( this.contentResolver, Secure.ANDROID_ID )

Source : https://stackoverflow.com/questions/12190256/how-can-i-get-android-device-unique-id | Last Update : Tue, 14 Jun 22

Answers related to kotlin get android unique device id

Code Explorer Popular Question For Swift