Screens is an app I launched not too long ago, it's simple, not a lot of code, it just launches 2 apps in split screen.
That's enough for me but some people wanted to make it even simpler (well more complex) so I was looking into Tasker plugins. But I descovered that it dosen't need to suport Tasker as tasker can just call Screens via an Intent to "uk.co.keepawayfromfire.screens.ShortcutActivity" with "pkg1" and "pkg2".
Send Intent [
Action:android.intent.action.VIEW
Cat:Default
Mime Type:
Data:
Extra:pkg1:com.android.gallery3d
Extra:pkg2:com.android.calculator2
Extra:
Package:uk.co.keepawayfromfire.screens
Class:uk.co.keepawayfromfire.screens.ShortcutActivity
Target:Activity
]