Actually when "A" calls "B", "A"'s onDestroy is immediately called.
And I *don't* have the FLAG_ACTIVITY_NO_HISTORY set. On Tuesday, September 18, 2012 10:52:12 AM UTC+5:30, Put_tiMe wrote: > > Nexus 7 - Jelly Bean > > I have an activity A. > > The usual callbacks are called: onCreate, onResume, etc. > > Now I launch B, from A. > > Again the usual callbacks are called, this time for "B": onCreate, > onResume, etc. > > I close "B". Now "A"'s onResume should get called. > But onCreate is getting called. > > > This issue is only on the Nexus 7 tablet, and not on Motorola XOOM, > running Jelly Bean. > > How do I fix this? > > -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

