Broadcast Intents

Post your feature requets for new triggers, conditions, actions and other improvements.

Moderator: Martin

Locked
PaulyQ
Posts: 29
Joined: 18 Oct 2013 20:36

Broadcast Intents

Post by PaulyQ » 30 Jan 2014 00:19

If possible, could you add a function to General Broadcast which returns the name and data type of any extras included with the received broadcast used to trigger flow?

Also, can you advise if option lists included in the "General Broadcast" trigger are gathered by scanning the user's device (and apps) or a more general list complied by Automagic developers?

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

Re: Broadcast Intents

Post by Martin » 30 Jan 2014 18:06

Hi,

The trigger writes the intent extras including the type of the extra to the log. You can change the log filter to the text intent bundle to filter for this particular log entry (pencil-button in the action bar of the log).
The action selection list contains many actions sent by Android and a few intent actions sent by common apps. Is there an action/app in particular that you would like to see in this list?

I have planned to add some examples to this trigger (like the examples of the action Start Activity available in the EAP-version of Automagic).

Regards,
Martin

PaulyQ
Posts: 29
Joined: 18 Oct 2013 20:36

Re: Broadcast Intents

Post by PaulyQ » 02 Feb 2014 00:21

Thanks for the advice on bundles. I've been able to get the required broadcast receivers so that should be all I need to activate apps where needed.


Thanks.

Locked