I am working in an android application and am using a DialogFragment to show a dialog and I want to make that DialogFragment not cancelable. I have made the dialog cancelabl
Simple Solution in DialogFragment
Used
dialog.setCanceledOnTouchOutside(false)