jsm wrote:
> Whats the point of getting this number if it cant be validated?

You asked:

"I have an application where I need to check whether the user is using
the actual device not a emulator or others."

I supplied you with a solution to that specific problem. If ANDROID_ID
is null, it's an emulator. If ANDROID_ID is non-null, it's a device, and
the value is a unique value for that device.

Hopefully, for your sake, a unique permanent value per device is somehow
sufficient for your needs.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com
_The Busy Coder's Guide to Android Development_ Version 1.9 Published!

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to