mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-19 16:52:53 +08:00
23 lines
805 B
Markdown
23 lines
805 B
Markdown
|
<a style="float:right;font-size:12px;" href="http://github.com/danielsogl/awesome-cordova-plugins/edit/master/src/@awesome-cordova-plugins/plugins/android-permissions/index.ts#L1">
|
||
|
Improve this doc
|
||
|
</a>
|
||
|
|
||
|
# Android Permissions
|
||
|
|
||
|
```
|
||
|
$ ionic cordova plugin add cordova-plugin-android-permissions
|
||
|
$ npm install @ionic-native/plugins/android-permissions
|
||
|
```
|
||
|
|
||
|
## [Usage Documentation](https://ionicframework.com/docs/native/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
|
||
|
|
||
|
## Supported platforms
|
||
|
|
||
|
- Android
|