I would like to know how to get a String that uniquely identify the current device in android. I know this has been asked before but all the answers are the same: to use the ANDROID_ID constant. The thing is that it is deprecated and also insecure. Is there any other possibility?
Thanks.