Improve Notification button bar

chaoscreater

Active member
Hi,

I use MacroDroid on multiple devices (6 in total) and I use different macros for different devices. Some macros need to be disabled on certain devices and some macros need to be enabled. In order to make it easier for me to manage and maintain the macros, I simply use the device's unique serial number and store that in a variable. When the devices boot up, or when MacroDroid is initialized, the device's serial will be read and compared against the serial stored in the variable. If there's a match, then it knows that the device is e.g. "Xiaomi K20 Pro" and it'll enable/disable macros specific to this device.

I simply need to manage all my rules on my primary device, back them up to MacroDroid cloud and then restore it on my other 5 devices. I don't need to manually enable/disable macros for the other 5 devices. They're already good to go.

This is perfect for macros and I would like to see something similar implemented for the Notification button bar. At the moment, there is no automated way to disable/enable buttons on the button bar, or even delete buttons on the button bar. Something like the "Disable Macro" or "Enable Macro" for button bar will be nice.
 

Pepy

Member
Notification Bar buttons should get the same treatment custom Quick Settings tiles do with their Configure Quick Tile action.

For example: I can hide/show buttons based on the current mode or time of day.
 
Top