Trigger - System Setting Changed (Android Wear)
The trigger System Setting Changed (Android Wear) is executed whenever a setting in the systems setting database was changed.
Warning: This function is not officially supported by Android and might not work on all devices.
Examples:
- Play an alert when the system turns on the blocking mode.
Settings
Android Wear device
The target device.
Category
- System: for regular settings
- Secure: for settings which can usually not be modified
- Global: for global Settings valid for all users of the device (Android 4.2+)
Name
The name of the setting to watch.
Variable
The name of the variable with the new value of the setting to pass to the flow.
A variable is a container for a value that can be used in many actions and conditions to dynamically define a part of a text.
See action Script for a description.
See action Script for a description.
Supplied Variables
triggertime
the time the trigger executed
old_setting
the value of the setting before it was changed
setting
the new value of the setting
node_id
the ID of the Wear node