- savedInstanceState
- The state of the dialog previously saved by Dialog.OnSaveInstanceState.
Restore the state of the dialog from a previously saved bundle. The default implementation restores the state of the dialog's view hierarchy that was saved in the default implementation of Dialog.OnSaveInstanceState, so be sure to call through to super when overriding unless you want to do all restoring of state yourself.