Re: [android-developers] Re: Cannot get ANDROID_ID on 1.6 systems

2010-11-16 Thread Kostya Vasilyev
Another Motorola phone with ANDROD_ID issues? Since Google has LVL, where using ANDROID_ID is recommended to identify the device, shouldn't this be added to the compliance suite? -- Kostya 16.11.2010 3:27, John Gaby пишет: Thanks, I will give those a try. On Nov 15, 4:24 pm, Mark Murphy w

Re: [android-developers] Re: Cannot get ANDROID_ID on 1.6 systems

2010-11-15 Thread Brad Gies
Settings.System.getString(getContentResolver(), Settings.System.ANDROID_ID); Sincerely, Brad Gies --- Bistro Bot - Bistro Blurb http://bgies.comhttp://nocrappyapps.com http://bistroblurb.com http://forcethetruth

Re: [android-developers] Re: Cannot get ANDROID_ID on 1.6 systems

2010-11-15 Thread Mark Murphy
On Mon, Nov 15, 2010 at 7:17 PM, John Gaby wrote: > I just double checked it on a Motorola Devour running 1.6 and it is > definitely returning a null.  I will see if I can find another 1.6 > device and check to see if it is just this particular one.  Given that > this call CAN return null, is ther