Saturday 23 February 2019

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

php - file_get_contents shows unexpected output while reading a file

I want to output an inline jpg image as a base64 encoded string, however when I do this : $contents = file_get_contents($filename); print &q...