--- description: >- Android Permissions plugin for Cordova and Ionic. This plugin is designed to support Android new permissions checking mechanism. You can find all permissions… --- # Android Permissions This plugin is designed to support Android new permissions checking mechanism. You can find all permissions here: https://developer.android.com/reference/android/Manifest.permission.html ## Installation ```bash ionic cordova plugin add cordova-plugin-android-permissions npm install @awesome-cordova-plugins/android-permissions ``` **Plugin Repo:** [https://github.com/NeoLSN/cordova-plugin-android-permissions](https://github.com/NeoLSN/cordova-plugin-android-permissions) ## Supported Platforms - Android ## Further Information - [Installation Guide](../../installation.md) - [FAQ](../../faq.md)