[Mono-bugs] [Bug 675871] Android.Net.ConnectivityManager ActiveNetworkInfo.IsConnectedOrConnecting's method is crashing in P13

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon Mar 7 12:30:40 EST 2011


https://bugzilla.novell.com/show_bug.cgi?id=675871

https://bugzilla.novell.com/show_bug.cgi?id=675871#c2


Jonathan Pobst <jpobst at novell.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jpobst at novell.com

--- Comment #2 from Jonathan Pobst <jpobst at novell.com> 2011-03-07 17:30:40 UTC ---
Java.Lang.SecurityException generally means your application has not requested
the correct permissions to access whatever functionality you want.  The Android
docs don't seem to say what you need for this method, but these look promising:

ACCESS_NETWORK_STATE
ACCESS_WIFI_STATE

Project -> Properties -> Android Manifest -> Required Permissions

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list