- id
- The id of the managed dialog.
Removes any internal references to a dialog managed by this Activity. If the dialog is showing, it will dismiss it as part of the clean up.
This can be useful if you know that you will never show a dialog again and want to avoid the overhead of saving and restoring it in the future.
As of NoType:android/os/Build$VERSION_CODES;Href=../../../reference/android/os/Build.VERSION_CODES.html#GINGERBREAD, this function will not throw an exception if you try to remove an ID that does not currently have an associated dialog.