[android-developers] Detect Emulator on Android 2.2

2010-05-26 Thread Guillaume Perrot
Since Android 2.2, we can read the ANDROID_ID from the emulator which is always 9774D56D682E549C It breaks a lot of existing code that used to test if the ANDROID_ID was null to check whether the device was an emulator or not. I need a future proof way to test a device is an emulator. -- You

Re: [android-developers] Detect Emulator on Android 2.2

2010-05-26 Thread Wayne Wenthin
I'm going ot just drop in an OR. On Wed, May 26, 2010 at 8:40 AM, Guillaume Perrot guillaume.p...@gmail.comwrote: Since Android 2.2, we can read the ANDROID_ID from the emulator which is always 9774D56D682E549C It breaks a lot of existing code that used to test if the ANDROID_ID was null to