Hi everyone, it seems that there is a small mistake in the Android developers reference. I was listening to ConnectivityChange events (android.net.conn.CONNECTIVITY_CHANGE) when I saw that the supplied NetworkInfo behaves differently than specified. It says that the DetailedState of "scanning" maps to "connecting":http:// developer.android.com/reference/android/net/NetworkInfo.State.html However, that is not true. "scanning" is mapped to "disconnected", as can be easily seen in core/java/android/net/NetworkInfo.java (http:// android.git.kernel.org/?p=platform/frameworks/base.git;a=blob;f=core/ java/android/net/NetworkInfo.java).
I believe the documentation should be updated to reflect this. Best, Daniel -- 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

