My activity stack looks like: MainActivity->SecondActivity
I would like that when I click the device home button and launch the application again, it will return to SecondActivity (just bring it to front).
I set MainActivity as android:launchMode="singleTop"
On GalaxySII Android4.0.1 and on GalaxyS Android2.3.6 it works great, but on NexusS Android4.1 MainActivity is launched instead.
Does anyone can figure out why, or what am I doning wrong?