I want to develop an android phone application which is more apt to wifi than 2G/3G network. So I want to determine whether the phone have wifi device when the application want to use network. But I can't find any dierct API in the android sdk document about wifi can fulfill this demand.
So I want to ask 1. whether android have this API? 2. If there is'nt this API, can we get this information using indirect method, such as function's return value, or exception? 3. If WifiManager manager = (WifiManager) mContext.getSystemService(Context.WIFI_SERVICE) returen value is NULL, can we determine the device doesn't have wifi. Thanks. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

