Missed call popup.... Help required

Share and discuss your flows and ideas with other users.

Moderator: Martin

Post Reply
Seeking_Alpha
Posts: 11
Joined: 21 Jun 2013 13:15

Missed call popup.... Help required

Post by Seeking_Alpha » 24 Jun 2013 07:14

Hi, I am working on a Missed call popup flow which shows a 30s popup which gives user the option to either open the call log and dismiss the notification or dismiss the popup and leave the notification in the bar. It is almost working except for one little thing. When the popup is on screen and the user gets another missed call, the flow shows another popup over the first one. I want the flow to end if a popup is on screen. Any ideas
Attachments
missed call popup.xml
This is the flow
(5 KiB) Downloaded 1228 times

pat2net
Posts: 85
Joined: 01 May 2013 09:18

Re: Missed call popup.... Help required

Post by pat2net » 24 Jun 2013 11:11

I didn't try your flow but i think the problem is with your script when you set the value 1 to the global variable. You put a double equal but in script you must put a single equal like this:

global_Missed_Calls = 1

The double equal must be use im the expression condition.

Try it and tell us if it's ok.

Seeking_Alpha
Posts: 11
Joined: 21 Jun 2013 13:15

Re: Missed call popup.... Help required

Post by Seeking_Alpha » 24 Jun 2013 11:44

Yup that was it *face palm*. Thanks a ton

altufaltu
Posts: 14
Joined: 12 Mar 2013 04:46

Re: Missed call popup.... Help required

Post by altufaltu » 16 Jul 2013 12:41

Please post the updated flow...

Seeking_Alpha
Posts: 11
Joined: 21 Jun 2013 13:15

Re: Missed call popup.... Help required

Post by Seeking_Alpha » 14 Aug 2013 04:10

Here's the flow. Took some more time as I wanted to include the feature to show popup when you unlock the screen also.
http://automagic4android.com/flow.php?i ... 69d23880bb

Post Reply