How to start a flow from Lightning Launcher
Posted: 10 Nov 2017 20:11
Is it possible to start a flow from a Lightning Launcher script ?
There's a way to call Tasker tasks:
http://www.lightninglauncher.com/wiki/d ... _scripting
... like this ...
It looks really Tasker specific, but maybe there's a way for Automagic too?
There's a way to call Tasker tasks:
http://www.lightninglauncher.com/wiki/d ... _scripting
... like this ...
Code: Select all
LL.sendTaskerIntent(new TaskerIntent("MyTask"), false);