On Fri, Oct 29, 2010 at 2:38 PM, sdphil <[email protected]> wrote: > In order to reduce the number of permission my application requests, > it would be handy to have a list of calls that are require a > permission. > > Does such a list exist anywhere? Doing a search in the android > reference doesn't seem to come up with anything... > > ideas?
Remove them all, and test the app. Only add back what you need to make it work again. To me that's way faster than looking everything up in some reference that doesn't even exist. -- Greg Donald destiney.com | gregdonald.com -- 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

