Constraint: System Settings

Revision as of 13:50, 9 January 2026 by MacroDroidDev (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
This constraint allows or prevents a macro/feature from running based on a system setting value.

Options

  • Setting Name - Choose the system setting to check
  • Match Type - Equals, contains, or numeric comparison
  • Expected Value - The value to compare against

Example

Example 1: Enable auto-rotate only if it is currently disabled in system settings

Triggers

Application Launched/Closed - Launched (YouTube)
Actions

Auto Rotate On/Off (Enable)
Constraints

System Settings - accelerometer_rotation = 0

See Also