Automate

Automate

Make your phone or tablet smarter with automation

Get it on Google Play

System settings get

An action block that gets the value of a system setting.

If the proceed option is set to Immediately, then get the current value without pausing the fiber. If set to When changed, then the fiber will pause until the value of the setting has changed.

On Android 12 and higher some settings can cause an “only readable to apps with targetSdkVersion” SecurityException failure, this may be worked around by installing the Automate legacy extension.

Note! The value of a setting is always assigned as text.

Options

  • Proceed — when the fiber should proceed.

Input arguments

  • Category — settings category, default is System.
  • Name — name of setting.

Output variables

  • Current value — variable to assign the current text value of the setting.
Note! This documentation is also accessible within the app from Help & feedback menu.