-3

Sorry if the title is not adequate, but I couldn't think of what else to call it. Anyway, Iv'e been searching how to find a particular android id but when I search "device ID android" or "android ID android", most solutions lead me to the ANDROID_ID which is "A 64-bit number (as a hex string) that is randomly generated when the user first sets up the device".

I am trying to find another type of device ID (which I'm pretty sure is unique and doesn't change) which looks similar to this: android:36e32805-d44a-20fd-72dd-dc1366ec8a71.

Any help with finding this ID would be greatly appreciated!

Thanks!

mre12345
  • 1,087
  • 4
  • 16
  • 23

1 Answers1

0

Please refer to this link - http://developer.samsung.com/technical-doc/view.do?v=T000000103 . However in my opinion unique device ID can be obtained by combining imei , serial and Android ID , since each has its downside .

Praveen Pandey
  • 401
  • 1
  • 4
  • 12