Hi,

I'm having a problem in my application with the fact the Search Dialog
(or Search UI) started by activity.onSearchRequested() is dismissed
and is not created again when the orientation is changed.

I've noticed that normal dialogs are re-created when such orientation
changes occur because activity.onCreateDialog(int id) method is called
automatically.

Do you know any way my Activity can re-create the Search Dialog,
restoring characters typed into it before the orientation change,
without adding android:configChanges="keyboardHidden|orientation"?

Thanks and Regards,

/Paulo

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

Reply via email to