My app crashed with the following stack trace: java.lang.RuntimeException: Unable to start receiver com.jnc.zmanminder.ZMAppWidget: java.lang.SecurityException: Provider network requires ACCESS_FINE_LOCATION or ACCESS_COARSE_LOCATION permission
I request these permissions in the Manifest. When the user installs my app doesn't that mean it is granted those permissions? If so, how/why would this crash be triggered? And if it is up to me to protect against it, where do I do that in the app? Is there a way to check up-front that I have been granted all the necessary permissions? Somehow it does not seem like I should have to deal with this. -- Jake Colman -- Android Tinkerer -- 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

