On Mar 19, 2012, at 5:51 AM, PVoLan wrote: > Trying to call System.Net.WebClient.DownloadData(string url) without > > <uses-permission android:name="android.permission.INTERNET"/> > > in manifest doesn't cause any exceptions.
I don't see this on a Release build. (Debug builds automatically add INTERNET.) I get a System.Net.WebException for a NameResolutionError. Granted, this still doesn't let you know that you need the INTERNET permission... - Jon _______________________________________________ Monodroid mailing list [email protected] UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid
