This Android Studio plugin provides suggestions for permission for Android APIs.
This is added as an intention and once a permission is selected it is copied to the clipboard and can then be pasted in the AndroidManifest.xml
- Download Android Permission Manager.zip
- In Android Studio go to plugins
- Press "Install from disk"
- Place caret at end of a Type ( API declaration )
- Click on "Analyze and Suggest Permission"
- Select from given list and click "Confirm"
More information is available here: https://goo.gl/ba84qv
- Automatically add permission to the manifest.
- Support the new Runtime Permissions introduced in Android 6.0