mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-19 08:32:52 +08:00
20 lines
706 B
Markdown
20 lines
706 B
Markdown
|
# Android Permissions
|
||
|
|
||
|
```text
|
||
|
$ ionic cordova plugin add cordova-plugin-android-permissions
|
||
|
$ npm install @awesome-cordova-plugins/android-permissions
|
||
|
```
|
||
|
|
||
|
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/android-permissions/)
|
||
|
|
||
|
Plugin Repo: [https://github.com/NeoLSN/cordova-plugin-android-permissions](https://github.com/NeoLSN/cordova-plugin-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](https://developer.android.com/reference/android/Manifest.permission.html)
|
||
|
|
||
|
## Supported platforms
|
||
|
|
||
|
* Android
|
||
|
|