I\'m working on an app which contains some scripting support. The scripts executed by this app might require all sorts of permissions in the future, but it\'s difficult to predi
The permissions required by an
application are declared statically in
that application, so they can be known
up-front at install time and will not
change after that.