When the user clicks the button to close the dialog box, create an Intent from the calling action and start the browser with startActivityForResult().
In the same exercise, complete onActivityResult(). There, create an intention and begin your initial action with startActivity().
Android Activities Intents.