> I've looked through a lot of the Android code and I can't find a > method to get the hardware id of the device where our app is > installed. How do we access it from our apps?
Try getDeviceId() in TelephonyManager: http://developer.android.com/reference/android/telephony/TelephonyManager.html -- Mark Murphy (a Commons Guy) http://commonsware.com _The Busy Coder's Guide to Android Development_ Version 2.0 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 -~----------~----~----~----~------~----~------~--~---

