Skip to content

Android Manifest: too much permissions? #3499

Discussion options

You must be logged in to vote

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.

<!-- Permissions -->

    <uses-permission android:name="android.permission.INTERNET" />
    <!-- Camera, Photos, input file -->
    <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
    <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
    <!-- Geolocation API -->
    <uses-permission androi…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by olierxleben
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants