Tasker plugin event trigger

Rikudou

New member
Hi,

I'm developing a Tasker plugin and I'd like to make it compatible with MacroDroid, so far everything works except for event trigger.

When my service observes a change, it sends an intent with action "com.twofortyfouram.locale.intent.action.REQUEST_QUERY", but MacroDroid is not among those packages returned by PackageManager.queryBroadcastReceivers() for that intent.

Is there some other way to make MacroDroid support the event trigger?

Thanks.
 
Top