Status bar notifications

General discussions about Automagic and automation in general

Moderator: Martin

Post Reply
bogdyro
Posts: 241
Joined: 04 Apr 2015 15:14

Status bar notifications

Post by bogdyro » 07 Aug 2015 18:43

Hi all.
Is there any way tp get a list of all notifications displayed on the status bar?

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

Re: Status bar notifications

Post by Martin » 08 Aug 2015 12:48

Hi,

No, there's currently no such feature available. You could use trigger Notification on Statusbar Displayed and Notification on Statusbar Removed to build such a list on your own.
What kind of flow would you like to build that requires this feature? Do you just need the packages and texts of the notifications or the whole bunch of information (texts, icon, time, number, vibrate_patterns, sounds, progress, id, buttons etc.)?

Regards,
Martin

bogdyro
Posts: 241
Joined: 04 Apr 2015 15:14

Re: Status bar notifications

Post by bogdyro » 08 Aug 2015 16:03

Hi. I would need at least the text and title of all the notifications on demand. I'm trying to build a status report about a phone and send it elsewhere

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

Re: Status bar notifications

Post by Martin » 08 Aug 2015 18:26

I could add an action that loads all notifications with all properties into a map. I add it to the list of features under consideration.
For the moment you could build global maps and track the information with the triggers Notification on Statusbar Displayed and Notification on Statusbar Removed.

bogdyro
Posts: 241
Joined: 04 Apr 2015 15:14

Re: Status bar notifications

Post by bogdyro » 08 Aug 2015 18:40

Isn'T there a content provider I could query?

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

Re: Status bar notifications

Post by Martin » 08 Aug 2015 18:44

No, this information is not available as a content provider as far as I'm aware of.

Post Reply