Open the settings app and show the settings for this application.
npm install cordova-plugin-open-app-settingsOpen the settings app and show the settings for this application.
#### Example:
``javascript``
const {OpenAppSettings} = window.cordova.plugins;
OpenAppSettings.open();