I have an AlertDialog with a short information about my application and I would like to close it without any buttons, just with a mouse click somewhere on my AlertDialog. Is it possible to do that?
I have an AlertDialog with a short information about my application and I would
Share
You can use
Using this if you click outside the dialog it will get dismissed.