cordova-plugin-open-app-settings
v0.1.3
Published
Open the settings app and show the settings for this application.
Downloads
73
Maintainers
Readme
cordova-plugin-open-app-settings
Open the settings app and show the settings for this application.
Methods
open
Opens the settings app.
Example:
const {OpenAppSettings} = window.cordova.plugins;
OpenAppSettings.open();