David Sauter wrote:
> More importantly - do Android devices have unique hardware identifiers
> like the iPhone's UUID?

android.provider.Settings.System, ANDROID_ID, is a unique ID per device.
Note, though, that this is not stored in ROM, and so rooted devices can
hack their ANDROID_ID. Also, ANDROID_ID is null on the emulator, and not
all device manufacturers follow the rules (e.g., docs say it's a hex
string, ARCHOS 5 Android tablet it's a more general alphanumeric string).

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://twitter.com/commonsguy

Android Training in US: 8-12 February 2010: http://bignerdranch.com
-- 
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