Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 660 Bytes

File metadata and controls

16 lines (9 loc) · 660 Bytes

LaunchActionPlugin

This plugin provides the ability to launch some common settings intents.

Usage:

window.plugins.launchAction.launchSettings() launches a dialog intent for Settings.ACTION_SETTINGS

window.plugins.launchAction.launchWifiSettings launches an intent for Settings.ACTION_WIRELESS_SETTINGS

window.plugins.launchAction.launchDeviceInfo launches an intent for Settings.ACTION_DEVICE_INFO_SETTINGS

window.plugins.launchAction.launchDevelopmentSettings launches an intent for Settings.ACTION_APPLICATION_DEVELOPMENT_SETTINGS

window.plugins.launchAction.launchDateSettings launches an intent for Settings.ACTION_DATE_SETTINGS