Android Manifest: too much permissions? #3499
-
Hi all, I would like to ask for the intention of the many permissions in the Android template file? I recently got asked for why my App needs all that. I was not aware of the microphone permission? Is it really needed by default capacitor stuff? Cant we minimize "dependencies" here? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
If you read the comments on the file, there is a brief description of why are they needed. By default the template includes all the permissions required for al core plugins and some web APIs, but you can remove everything you don’t use/need.
|
Beta Was this translation helpful? Give feedback.
If you read the comments on the file, there is a brief description of why are they needed. By default the template includes all the permissions required for al core plugins and some web APIs, but you can remove everything you don’t use/need.
In capacitor 3 we are moving the plugins out, so we will also update the template to not add the permissions.