On Thu, Jun 7, 2012 at 7:29 AM, Daniel Drozdzewski <
daniel.drozdzew...@gmail.com> wrote:

> Setting launchMode to 'singleInstance' can solve this 'issue', as it
> will force each (re)created activity to launch in a separate task.
>

OMG, do NOT use "singleInstance" to "solve" the problem.  This is a very
special launch mode that has major subtle repercussions on the management
and flow of your app that you almost certainly DO NOT WANT.

And to be honest, it would have no impact on what is being reported here (a
problem when rotating) because singleInstance doesn't impact the fact that
the activity is being destroyed and recreated.

-- 
Dianne Hackborn
Android framework engineer
hack...@android.com

Note: please don't send private questions to me, as I don't have time to
provide private support, and so won't reply to such e-mails.  All such
questions should be posted on public forums, where I and others can see and
answer them.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to