I am doing radical surgery on a large existing Android app, creating a much smaller app from just part of it.
The existing app requests many permissions that I no longer need. I have removed the obvious ones, but I very likely have removed too many or too few. Is there any static way to determine what permissions an app needs? (I know that I can remove all permissions and then repeatedly test each code path, reinstating each missing permission that causes the app to malfunction. But, surely, there is a better way!) David -- 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

