I have an alert dialog like this:
AlertDialog.Builder oyunaBaslaDialog = new AlertDialog.Builder(this); oyunaBaslaDialog.setMessage(\"A Takımı\"); oy
there is a method called, bulder.setCancelable().by default this cancelable set 'true'.override it with,
bulder.setCancelable(
bulder.setCancelable(false)