Hi,
I have written an app and I want somehow launch a flow from my app. How can I do that. Can I make Automagic listen to an intent or can I create a broadcast which Automagic can intercept to run my flow?
Help will be appreciated.
Thanks
Mike
How can I start a flow from my own android app
Moderator: Martin
Re: How can I start a flow from my own android app
Yes you can. Use General Broadcast Trigger at the flow. Then from your app, broadcast the intent to automagic. You can check the example here http://automagic4android.com/forum/view ... f=5&t=6868
Index of Automagic useful thread List of my other useful posts (and others')
Xiaomi Redmi Note 5 (whyred), AOSP Extended v6.7 build 20200310 Official, Android Pie 9.0, Rooted.
Xiaomi Redmi Note 5 (whyred), AOSP Extended v6.7 build 20200310 Official, Android Pie 9.0, Rooted.
Re: How can I start a flow from my own android app
Thanks, works fine.