AlertDialog disappears when touch is outside [Android] [duplicate]
问题 This question already has answers here : Prevent Android activity dialog from closing on outside touch (19 answers) android 4.0 Dialog gets canceled when touched outside of dialog window (3 answers) Closed 3 years ago . I'm using an Alert Dialog on my application, but it keeps hiding when the users touches outside it. Here is my code: public class DialogMessageEnd extends DialogFragment { String winner; @Override public Dialog onCreateDialog(Bundle savedInstanceState) { // Use the Builder