sdphil wrote: > is there a unique phone id (not the phone number -- since that can > obviously change). > > on other phones it's called the "PIN" code.
android.os.TelephonyManager has getDeviceId(), which returns the IMEI for GSM devices, and who knows what right now for CDMA devices. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy _Beginning Android_ from Apress Now Available! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

