Say I have a created a dialog in my Android app like so:
private static ProgressDialog dialog; dialog = ProgressDialog.show(MainActivity.this, \"\", \"Downlo
Use an OnDismissListener.
There is a setOnDismissListener(...) method in the class Dialog
Dialog