Wednesday 28 September 2016

android - How to get device UUID without permission

I want in android to get a device uuid, some unique identifier for the app. how can this be done? and hopefully i dont need any permissions for it.

No comments:

Post a Comment

c++ - Does curly brackets matter for empty constructor?

Those brackets declare an empty, inline constructor. In that case, with them, the constructor does exist, it merely does nothing more than t...