awesome-cordova-plugins/docs/plugins/app-preferences/README.md

30 lines
729 B
Markdown
Raw Normal View History

2021-09-29 20:09:02 +08:00
<a style="float:right;font-size:12px;" href="http://github.com/danielsogl/awesome-cordova-plugins/edit/master/src/@awesome-cordova-plugins/plugins/app-preferences/index.ts#L2">
Improve this doc
</a>
# App Preferences
```
$ ionic cordova plugin add cordova-plugin-app-preferences
$ npm install @ionic-native/plugins/app-preferences
```
## [Usage Documentation](https://ionicframework.com/docs/native/app-preferences/)
Plugin Repo: [https://github.com/apla/me.apla.cordova.app-preferences](https://github.com/apla/me.apla.cordova.app-preferences)
This plugin allows you to read and write app preferences
## Supported platforms
- Android
- BlackBerry 10
- Browser
- iOS
- macOS
- Windows 8
- Windows Phone
2021-09-29 20:38:45 +08:00