RE: [android-developers] Re: Unique Phone ID

2010-12-28 Thread Tommy
First off thanks to everyone who responded with input. My next question would be is my app able to access the MEID or the IMEI number or is that something that can't be accessed? -Original Message- From: android-developers@googlegroups.com [mailto:android-develop...@googlegroups.com] On

RE: [android-developers] Re: Unique Phone ID

2010-12-28 Thread XiaoXiong Weng
...@googlegroups.com] On Behalf Of Tommy Sent: Tuesday, December 28, 2010 11:33 AM To: android-developers@googlegroups.com Subject: RE: [android-developers] Re: Unique Phone ID First off thanks to everyone who responded with input. My next question would be is my app able to access the MEID or the IMEI

Re: [android-developers] Re: Unique Phone ID

2010-12-28 Thread Kostya Vasilyev
...@googlegroups.com] On Behalf Of Tommy Sent: Tuesday, December 28, 2010 11:33 AM To: android-developers@googlegroups.com Subject: RE: [android-developers] Re: Unique Phone ID First off thanks to everyone who responded with input. My next question would be is my app able to access the MEID or the IMEI number

RE: [android-developers] Re: Unique Phone ID

2010-12-28 Thread XiaoXiong Weng
-developers@googlegroups.com Subject: Re: [android-developers] Re: Unique Phone ID http://developer.android.com/reference/android/telephony/TelephonyManager.html#getDeviceId() public String getDeviceId () Since: API Level 1 Returns the unique device ID, for example, the IMEI for GSM and the MEID

RE: [android-developers] Re: Unique Phone ID

2010-12-28 Thread Tommy
...@googlegroups.com] On Behalf Of Tommy Sent: Tuesday, December 28, 2010 11:33 AM To: android-developers@googlegroups.com Subject: RE: [android-developers] Re: Unique Phone ID First off thanks to everyone who responded with input. My next question would be is my app able to access the MEID

Re: [android-developers] Re: Unique Phone ID

2010-12-23 Thread Ryan Aviles
The MEID might be useful. I dont think this is the same as the ANDROID_ID On Thu, Dec 23, 2010 at 3:58 PM, John Gaby jg...@gabysoft.com wrote: You could use ANDROID_ID, but be warned that I have found devices that return null for this value.