I am doing R&D on getting unique device ID for android device but none of the solution seems perfect.
UUID.randomUUID().toString(); seems a good solution but I am wondering that in each call does this function return unique value? If it is true than it is good else I think it is also not a good solution.
R&D links on getting unique device ID: 1: http://www.ssaurel.com/blog/how-to-retrieve-an-unique-id-to-identify-android-devices/ 2: Is there a unique Android device ID?