Monday, October 19, 2009

[android-developers] android.os.Build.MANUFACTURER

Is this no longer available?   I find it here:  http://developer.android.com/reference/android/os/Build.html#MANUFACTURER  but when I try to use eclipse just gives me an error.   

The reason I am looking for something like this is to make my unique id something more substantial.   Since it appears that android.provider.Settings.Secure.ANDROID_ID cannot be trusted to give back a 16 digit hex number and the IMEI is probably not on devices without phone guts I am trying to create my own.   I was going to use the manufacturer since I would assume that each one would burn a unique ANDROID_ID into the device but it does not seem to be there anymore.  I suppose I could use the android.os.Build.PRODUCT if it is going to be around for successive builds.

Wayne

--
Writing code is one of few things
that teaches me I don't know everything.

http://www.fuligin.com

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

No comments:

Post a Comment