As far as I understand it Automatic needs its status icon (or expanded notification) to ensure that it keeps running in the background.
But wouldn't it be possible to remove that status icon if a flow creates its own permanent status icon or notification?
Remove Automagics own status icon?
Moderator: Martin
Re: Remove Automagics own status icon?
Theoretically this should be possible to implement in a future version. Technically it's not the same to run an app as a foreground service and to post a regular permanent notification so Automagic would be killed often when you disable the icon of Automagic and post your own permanent notification. You could use a trigger Automagic Notification Selected to execute your own flow when the Automagic notification is selected, but it does not yet allow to customize the look of the notification.