Multiline smart notification

Xavier

New member
It would be usefull to make Macrodroid able to add several lines at a time to the notification area.

It would be very usefull if each macro could append or remove a line dynamically.

Exemple use:
1st macro ask macrodroid to display 'here is the first line with usefull data"

2nd macro ask macrodroid to display
'here is the second line with temporarry data"

When the 2nd macro write i want to be able to see the text of the first macro.

When the 1st or 2nd macro stop i want to see the text of the remaining running macro.

Thks
 

FrameXX

Well-known member
I think this is already possible with variables. You just need to have checked "Overwrite existing notification" in notification action. Create for example 3 variables [lv=line1], [lv=line2], [lv=line3]. Then set notification text to:

[lv=line1]\n[lv=line2]\n[lv=line3]

now if some of variables are empty, they will not show, but if you update them with text and update notification they will show extra line. So this should work.

Now, if you are not afraid of installing 3rd party plugins I recommend Notification Listener for even more features.
 
Top