Hello, I've already searched the forums, but no luck thus far.
Does anyone know where permissions are documented, specifically if permissions are nested? Meaning. If I include android.permission.ACCESS_FINE_LOCATION, does that imply android.permission.ACCESS_COARSE_LOCATION, or do I include both in the manifest. >From my experimentation, I can request both GPS and NETWORK calls using >ACCESS_FINE_LOCATION, but not GPS with only ACCESS_COARSE_LOCATION, so it appears to be some nesting of permissions. Just curious if this is documented anywhere for other permissions. Regards, Brian -- You received this message because you are subscribed to the Google Groups "Android Beginners" group. NEW! Try asking and tagging your question on Stack Overflow at http://stackoverflow.com/questions/tagged/android To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en To unsubscribe, reply using "remove me" as the subject.

