I'd like my app to be able to launch any other app - but instead of launching the other-app's main activity (as described here), I'd like to be able to launch the other-app's most recent activity.
In other words, I want to programmatically have the same user experience that the user gets when clicking on the "recent apps" system/hardware button, and selecting any app from the list.
Not sure if that's even possible with the current Android API, or perhaps I didn't use it the right way.
Thanks!