0

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!

Yoav Feuerstein
  • 1,925
  • 2
  • 22
  • 53

1 Answers1

-1

It depends of the launchModeof the other app´s activity !

Rodrigo Gontijo
  • 587
  • 1
  • 9
  • 21