Difference between revisions of "Constraint: Quick Tile State"

(Created page with "<pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;"> This constraint can be used to allow/prevent actions being run based on the curren...")
 
 
(2 intermediate revisions by one other user not shown)
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]]

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