FMeinicke's Wiki

Home

❯

Android

❯

Change "Extra Dim" setting in MacroDroid

Change "Extra Dim" setting in MacroDroid

May 26, 20251 min read

  • android/settings/secure
  • android/accessibility/extra-dim
  • macrodroid/adb-hack
  • macrodroid/system-setting
  • adb

secure extra-dim adb-hack system-setting adb

Source

  • https://www.reddit.com/r/macrodroid/comments/sl9h7e/comment/hvsm8gz/
  • grant WRITE_SECURE_SETTINGS permission to MacroDroid using adb
  • use the System Setting macro to write the Secure setting with the key reduce_bright_colors_activated
    • 0 = Extra Dim off
    • 1 = Extra Dim on
    • don’t check “Use Helper App” for Android >= 15 (do check it for until Android 14)

Graph View

Created with Quartz v4.5.0 © 2025

  • GitHub