Dialog noticeDialog = builder.create();
noticeDialog.setCanceledOnTouchOutside(false);

 

AlertDialog.Builder builder = new AlertDialog.Builder(this);

builder.setCancelable(false);