Hi, I am newbie in Android. I need to add automatic interface selection (Ethernet or WiFi). Moreover, if the Ethernet cable is plugged, the device must be connected via LAN. If the cable is plugged when there is a wifi connection the user will get a pop-up message that ask for his advice.
I have noticed that Android.net.ConnectivityManager only allow 2 types of connection: TYPE_MOBILE, TYPE_WIFI. (I have tried to use: http://osdir.com/ml/Android-Beginners/2009-10/msg00426.html). I also tried to to use NetworkInterface but if failed to detect Ethernet connection. Any Suggestions? 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

