I'd like to be able to snooze notifications for a custom time.
Specifically I plan to automatically snooze this persistent Android System notification that shows up for background apps.
Action: Snooze Notification (8.0+)
Moderator: Martin
Re: Action: Snooze Notification (8.0+)
Unofficial AutoMagic Telegram Group: https://t.me/automagicforandroid
Check out my other flows here: https://github.com/Bluscream/AutoMagicFlows or here.
Check out my other flows here: https://github.com/Bluscream/AutoMagicFlows or here.
Re: Action: Snooze Notification (8.0+)
Hi,
The next EAP build will contain a new action to snooze notifications since it can be used to hide the 'X apps are running in the background'.
Regards,
Martin
The next EAP build will contain a new action to snooze notifications since it can be used to hide the 'X apps are running in the background'.
Regards,
Martin
Re: Action: Snooze Notification (8.0+)
Wow, that was fast, thank you!
Re: Action: Snooze Notification (8.0+)
@Martin
Can you add an option to snooze a user-defined notification? The flow that does the snoozing isn't triggered by Notification on Statusbar Displayed, so it doesn't have a reference to the correct notification.
Can you add an option to snooze a user-defined notification? The flow that does the snoozing isn't triggered by Notification on Statusbar Displayed, so it doesn't have a reference to the correct notification.
Re: Action: Snooze Notification (8.0+)
Hi,
You can also use a condition Notification on Statusbar Displayed to find any other notification within a flow that is not triggered by the notification at all (e.g. in a flow with trigger Automagic Startup).
Regards,
Martin
You can also use a condition Notification on Statusbar Displayed to find any other notification within a flow that is not triggered by the notification at all (e.g. in a flow with trigger Automagic Startup).
Regards,
Martin
Re: Action: Snooze Notification (8.0+)
That did the trick, thank you