Remove Non-Automagic Notifications

Post your questions and help other users.

Moderator: Martin

Post Reply
Wiely
Posts: 1
Joined: 10 Apr 2013 16:22

Remove Non-Automagic Notifications

Post by Wiely » 10 Apr 2013 16:31

There is a trigger that allows flow execution when a specified package sets a notification in the status bar (Notification on Statusbar Displayed).
There is also an action to remove a notification from the status bar (Remove Notification on Statusbar). But that requires a Notification ID.
Is there a way to remove a notification posted by another application?

User avatar
Martin
Posts: 4468
Joined: 09 Nov 2012 14:23

Re: Remove Non-Automagic Notifications

Post by Martin » 13 Apr 2013 17:56

Only possibility to do this in Automagic is to use action Control UI, expand the statusbar and click the "Clear all notifications" button.
The help page of action Control UI contains an example script to do this.

fly
Posts: 10
Joined: 01 May 2013 15:19

Re: Remove Non-Automagic Notifications

Post by fly » 05 Dec 2013 13:50

Sorry to bump an old thread, but is this still a limitation? I'd like to dismiss *only* a Google Hangouts notification after X mintes.

User avatar
Martin
Posts: 4468
Joined: 09 Nov 2012 14:23

Re: Remove Non-Automagic Notifications

Post by Martin » 05 Dec 2013 18:05

The next version of Automagic extends action Remove Notification on Statusbar to remove notifications of other apps.
The API used for this is quite new and requires Android 4.3+.

Post Reply