I\'d like to clear selected items when the total came to three items selected, I am doing as follows but is not working ...
AlertDialog.Builder builder = new
for (int i = 0; i < visitArray.length; ++i) { _selections[i] = false; ((AlertDialog) dialog).getListView().setItemChecked(i, false); }