On Tue, Sep 6, 2011 at 10:51 AM, darrinps <[email protected]> wrote:
> There are some permissions in an app I am working on that I inherited.
> It's a large app, and I would like to know if there is a table out
> that that tells you what command (read this/write that/etc.) requires
> which permission.

Mostly, this is covered by the JavaDocs -- classes or methods that
require a permission will frequently (though not always) mention that
requirement.

> In other words, given a permission, is there a way to look up what
> command(s) it is related to?

Not that I am aware of.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

Android 3.1 Programming Books: http://commonsware.com/books

-- 
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

Reply via email to