2021-09-29 20:09:02 +08:00
|
|
|
# App Preferences
|
|
|
|
|
|
|
|
```
|
|
|
|
$ ionic cordova plugin add cordova-plugin-app-preferences
|
2021-09-29 21:19:55 +08:00
|
|
|
$ npm install @awesome-cordova-plugins/app-preferences
|
2021-09-29 20:09:02 +08:00
|
|
|
```
|
|
|
|
|
2021-09-29 21:19:55 +08:00
|
|
|
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/app-preferences/)
|
2021-09-29 20:09:02 +08:00
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|