Kotlin Get Android Unique Device ID
val device_id = Secure.getString(
this.contentResolver,
Secure.ANDROID_ID
)
Rohini Khadge
val device_id = Secure.getString(
this.contentResolver,
Secure.ANDROID_ID
)