There is this app called “Automate” with which complex automations can be built. I’m trying to build a driving automation, where the Glyph Interface is turned off altogether while driving. In Automate, there is this building block called “System setting set” where you can modify settings by name. I’ve already figured out via ADB that the name for the glyph interface setting is led_effect_enable and is within the “Global” namespace. However, when running this block, I get the following error:

I assume that this indicates a permission problem? The App already has permissions to modify system settings and to be displayed above other apps. Any Idea on how to accomplish this?