Difference between revisions of "Constraint: Quick Tile State"
| Line 1: | Line 1: | ||
| − | < | + | <pre class="header-style">This constraint allows or prevents a macro/feature from running based on the state of a MacroDroid quick settings tile.</pre> |
| − | + | ''' Options ''' | |
| + | |||
| + | * '''Tile State''' - Check if the chosen tile is on or off | ||
| + | |||
| + | ''' Example ''' | ||
| + | |||
| + | ''Example 1: Enable navigation only when the Driving tile is on'' | ||
| + | <pre class="trigger-style">Triggers | ||
| + | |||
| + | Application Launched/Closed - Launched (Maps)</pre> | ||
| + | <pre class="action-style">Actions | ||
| + | |||
| + | Control Media (Play)</pre> | ||
| + | <pre class="constraint-style">Constraints | ||
| + | |||
| + | Quick Tile State - Driving (On)</pre> | ||
| + | |||
| + | ''' See Also ''' | ||
| + | |||
| + | * [[Trigger: Quick Settings tile|Quick Settings tile Trigger]] | ||
Latest revision as of 13:42, 9 January 2026
This constraint allows or prevents a macro/feature from running based on the state of a MacroDroid quick settings tile.
Options
- Tile State - Check if the chosen tile is on or off
Example
Example 1: Enable navigation only when the Driving tile is on
Triggers Application Launched/Closed - Launched (Maps)
Actions Control Media (Play)
Constraints Quick Tile State - Driving (On)
See Also