Constraint: Rooted Device

Revision as of 13:47, 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 whether the device is rooted.

Options

  • Rooted: Constraint passes only when the device is rooted
  • Not Rooted: Constraint passes only when the device is not rooted

Example

Example 1: Open a root file manager only on rooted devices

Triggers

Widget Button
Actions

Launch Application: Root Explorer
Constraints

Rooted Device - Rooted

See Also