| Line 1: |
Line 1: |
| − | <pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;"> | + | <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> |
| − | This constraint can be used to allow/prevent actions being run based on the current state of a MacroDroid Quick 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]] |