Can Android apps request additinal permissions at runtime?
问题 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 predict which ones. Is there a way to request additional permissions at runtime (like iPhone apps sometimes do) instead of specifying them all in advance in AndroidManifest.xml? 回答1: According to the Android documentation: The permissions required by an application are declared statically in that application, so they can be