Permissions needed for code downloaded after app install

37 Views Asked by At

Android's developer documentation requires listing the permissions needed for an app in the AndroidManifest.xml file. My question relates to the situation when I want provide an updated feature to the app, not via app store update, but via downloading code (e.g. JAR) and using a DexClassLoader. If I need to download code, then do I need to plan ahead and list permissions that the downloaded code would also need in the AndroidManifest.xml ?

0

There are 0 best solutions below