TASKS persistent notification help

dribnus

New member
I've done some searching and found some things, but nothing that starts with the basics to help me with this. I use Google Tasks. I am trying to create a way to make all notifications for Google Tasks (or any other task app if needed) to be persistent until I have completed tasks. I still want to see the task in the pull down notification, but when I "clear all" it doesn't clear this notification. Is this possible or something similar to this possible?
 

LF0

Member
MacroDroid cannot prevent notifications from being cleared

your only option is to use the notification clearing trigger and then have MacroDroid send a notification with a relevant reminder or the same content.

Typically, you can utilize variables as constraints, and MacroDroid will immediately send a notification each time a notification is cleared until the task is completed. This requires you to use certain methods to change variables at the beginning and end of the task to ensure the macro operates correctly.
 
Top