On Jul 20, 2012, at 8:27 AM, Stephan Steiner wrote:
> I just recently started working with Mono For Android - and I'm wondering if 
> there's a full list of what's not supported (plus ideally.. possible 
> workarounds using native APIs).

Unfortunately not. As for NetworkInterface.GetAllNetworkInterfaces(), that's a 
bug:

        https://bugzilla.xamarin.com/show_bug.cgi?id=1969

A replacement method would be to use ConnectivityManager.GetAllNetworkInfo():

        
http://androidapi.xamarin.com/?link=M%3aAndroid.Net.ConnectivityManager.GetAllNetworkInfo()

 - Jon

_______________________________________________
Monodroid mailing list
Monodroid@lists.ximian.com

UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid

Reply via email to