> How to switch to app instead of launch app?
>
> There's a difference between Tasker launcher app vs Launcher that "open" an app
Hopefully someone with more knowledge of this will chime in. This is what I think i know about this.
The way a app is launched is controlled by 'flags' that are set in the 'intent' that calls for the launch. Tasker has a 'send intent' action however you can not set flags with this action. I have blindly hammered out a few intents to solve these types of issues. The only way i know of to do this with tasker is with the shell command 'am start' this is much more of a advanced feature and will require a lot of research if you are not familiar with it. There is a lot of info on this forum on how to construct a 'intent' but it can prove very challenging.