Android: How to get a modal dialog or similar modal behavior? April 4, 2023 by Tarik I got a modal Dialog while using: setCancelable(false); on the DialogFragment (not on the DialogBuilder).