mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-04-13 00:00:10 +08:00
29 lines
818 B
Markdown
29 lines
818 B
Markdown
---
|
|
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)
|