Re: [mono-android] Programmatically determine if App is running on Emulator

2011-10-18 Thread Miljenko Cvjetko
Hi Just from top of my head * Android.OS.Build http://developer.android.com/reference/android/os/Build.html Android.OS.Build.PRODUCT=="google_sdk" Android.OS.Build.MODEL=="google_sdk" it seems to change with versions, s

Re: [mono-android] Programmatically determine if App is running on Emulator

2011-10-18 Thread Miljenko Cvjetko
Hi Just from * Android.OS.Build http://developer.android.com/reference/android/os/Build.html Found several answers here: On 2011.10.18 02:46, Steve Sharrock wrote: This must be fairly simple; but, I haven't found the answer (well, it is late). */Steve Sharrock/* Architecture/Design/Progr