Re: [android-developers] finding if the device has phone support/flight mode

2012-06-11 Thread Mark Murphy
On Mon, Jun 11, 2012 at 12:53 PM, guich wrote: > So, is there a way that i can find if the device has no imei, or is in > flight mode? If by "flight mode" you mean "airplane mode", you can determine if that is enabled here: http://developer.android.com/reference/android/provider/Settings.System.

[android-developers] finding if the device has phone support/flight mode

2012-06-11 Thread guich
Hi, Currently i identify a device using the imei. However, some devices does not have phone support, and tho, they don't have imei. In devices that have phone/telephony and have imei, if they turn off the device, turn on and then put it in flight mode, the imei is not available. So, is there a w