Hi,

in my app, certain dialogs need some instance data when onPrepareDialog() is
called. I am saving this data in onSaveInstanceState() and restoring it in
onCreate(). This works fine according to my tests: I received the saved data in
the bundle passed to onCreate(), and then the dialogs get automatically restored
properly.

However, I get some crashes on the market console where it really seems like the
dialogs are being restored whereas onCreate() did not receive any saved state. I
have never reproduced that bug.

The console doesn't say which Android version that is, it only mentions "Droid"
and "OTHER". Droid should be 2.1 or 2.2 I guess.

Any clue?

--
  Olivier

-- 
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