Unable to cancel "New voicemail" notification

145 views
Skip to first unread message

Alex

unread,
May 28, 2025, 10:35:14 PM5/28/25
to Automate for Android
Hi. I am having a hard time to cancel annoying "New voicemail" notification. Other notifications notifications get cancelled just fine but this one I can only remove if I manually swipe it. Also, the system setting to turn it off is disabled so it's not a generic notification. Any workaround I can use?
Screenshot_20250528_223115_Chrome.jpg

Henrik "The Developer" Lindqvist

unread,
May 29, 2025, 1:09:09 PM5/29/25
to Automate for Android
That screenshot doesn't say much of how your flow is working. Cancelling a notification should be as simple as:
  1. Flow beginning
  2. Notification posted: Title=New voicemail, Notification id=id
  3. Notification cancel:  Notification id=id
  4. (connect #3 OK and #2 NO to #2 IN)

Alex

unread,
May 29, 2025, 1:30:31 PM5/29/25
to Automate for Android
I know it should be simple and it is but it looks like I am looking for a workaround as this specific notification is not getting cancelled.
Screenshot_20250529_132443_Automate.jpg
Screenshot_20250529_132459_Automate.jpg
Screenshot_20250529_132919_Automate.jpg
Screenshot_20250529_132454_Automate.jpg

Henrik "The Developer" Lindqvist

unread,
May 29, 2025, 7:18:00 PM5/29/25
to Automate for Android
The Proceed option should be set to When transition.

Alex

unread,
May 29, 2025, 7:19:29 PM5/29/25
to Automate for Android
Tried that too and it didn't work.

Alex

unread,
May 29, 2025, 7:23:31 PM5/29/25
to Automate for Android
Just to clarify - it didn't work with both existing and new notifications.

Henrik "The Developer" Lindqvist

unread,
May 29, 2025, 7:24:25 PM5/29/25
to Automate for Android
Enable the Ongoing event flag, if the flow doesn't respond to the notification then that notification is flagged as "ongoing", and such cannot be cancelled on Android 13 and lower.

Alex

unread,
May 29, 2025, 9:24:49 PM5/29/25
to Automate for Android
Yeah, with Ongoing event flag enabled it's not attempting to cancel it so I guess it is flagged as such. If I disable the Ongoing event flag then the Notification Cancel block gets triggered but the notification still stays in the status bar 

Alex

unread,
May 29, 2025, 9:32:21 PM5/29/25
to Automate for Android

But why would it be ongoing is beyond my understanding... It's just a voicemail notification...

Henrik "The Developer" Lindqvist

unread,
May 30, 2025, 8:25:07 AM5/30/25
to Automate for Android
Indeed, an odd choice, ask developers of the app.

Tim

unread,
Jun 13, 2025, 8:35:06 AM6/13/25
to Automate for Android
But I can physically swipe that notification... Is there a way to initiate "swipe" using Automate?

Henrik "The Developer" Lindqvist

unread,
Jun 13, 2025, 8:37:43 AM6/13/25
to Automate for Android
Odd, since that's what the Notification cancel block do.

Tim

unread,
Jun 13, 2025, 8:47:14 AM6/13/25
to Automate for Android

So basically Automate cannot perform swipe action on notification if it's "flagged as ongoing" even though it's not actually ongoing as there is nothing going on when I randomly get those voicemail notifications and I can swipe them by my finger?

Henrik "The Developer" Lindqvist

unread,
Jun 15, 2025, 8:32:56 PM6/15/25
to Automate for Android
No. It should not be possible to cancel/dismiss "ongoing" notifications on Android 13 and lower.
If it is still possible then it's probably some custom device manufacturer feature, which is not supported by the standard Android API accessed by Automate.
The block use the API to "cancel" the notification whether it's ongoing or not, but if it works/allows it is up to the system.
Reply all
Reply to author
Forward
0 new messages