show
Creates an AlertDialog with the arguments supplied to this builder and immediately displays the dialog.
Calling this method is functionally identical to:
AlertDialog dialog = builder.create();
dialog.show();
Content copied to clipboard