Tuesday, October 20, 2009

[android-developers] Re: How to get unique handset device id?

Is the value ANDROID_ID a globally unique id like the MAC address?

reference: http://developer.android.com/reference/android/provider/Settings.Secure.html#ANDROID_ID

On Mon, Oct 12, 2009 at 9:25 AM, Wayne Wenthin <wayne@fuligin.com> wrote:
why not 

String Android_ID = System.getString(this.getContentResolver(),
android.provider.Settings.System.ANDROID_ID);


What would happen if I tried the suggested method on an Archos 5 which doesn't actually have a phone?


On Mon, Oct 12, 2009 at 9:19 AM, Yusuf Saib (T-Mobile USA) <Yusuf.Saib@t-mobile.com> wrote:

http://developer.android.com/reference/android/telephony/TelephonyManager.html#getDeviceId()



Yusuf Saib
Android
·T· · ·Mobile· stick together
The views, opinions and statements in this email are those of the
author solely in their individual capacity, and do not necessarily
represent those of T-Mobile USA, Inc.


On Oct 11, 9:23 pm, Agus <agus.sant...@gmail.com> wrote:
> How to get unique handset device id?




--
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