Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.