I use this Google Clock app to set my alarms (https://play.google.com/store/apps/deta ... k&hl=en_US). When an alarm is about to go off, it displays the alarm on the statusbar.
What I'm trying to do is create a flow with....
trigger: "Notifications on statusbar displayed" (another notification, not this alarm notification)
action: remove the alarm notification AND dismiss the alarm (the dismiss is important, because if the alarm notification is cleared but doesn't dismiss, the alarm will still go off, which I don't want).
So is it possible to "dismiss" this alarm with Automagic?
Is it possible to "dismiss" an alarm for Google Clock app?
Moderator: Martin
Is it possible to "dismiss" an alarm for Google Clock app?
- Attachments
-
- clock dismiss.jpg (176.68 KiB) Viewed 7843 times
Re: Is it possible to "dismiss" an alarm for Google Clock ap
Use trigger => Notification on Statusbar Displayed: com.google.android.deskclock Content Title contains text Upcoming Alarm
Action=> Perform Action on Notification on Statusbar: Click button Dismiss
Action=> Perform Action on Notification on Statusbar: Click button Dismiss
Re: Is it possible to "dismiss" an alarm for Google Clock ap
Thank you anuraag. That totally works. You help me so much.