Is there a way for an automagic flow to be triggered from a tap/selection on a trigger from an app *other* than automagic? The trigger "Notification on Statusbar Selected" appears to only work with Automagic-generated notifications. I'm not sure if the ability to listen in on selections of other apps' notifications is even available in Android programmatically... but I figured I'd ask.
In my case, I'm using Android 4.4.0, in case that helps.
Trigger on tapped notifications from other apps?
Moderator: Martin
Re: Trigger on tapped notifications from other apps?
That's not possible in JB, probably not in KK either. However, mostly something detectable happens when you press a notification. Try "activity started" if that works.