How do we get Unique Device ID from the Android Tablets (Android 3.0 SDK HoneyComb)?
I have also found that we can get Android Device ID which is unique by using: String deviceId = Settings.System.getString(getContentResolver(), Settings.System.ANDROID_ID);
But Here its written that Although, it is not guaranteed that the Android ID will be an unique identifier.
.
I have also gone through the some SO Questions:
And also referred this article: http://android-developers.blogspot.com/2011/03/identifying-app-installations.html.
But i am confused how do we get/have Unique Device ID from the Android Tablet type of Device?