DatePickerDialog.OnDateSetListener does not get a callback on Samsung devices
问题 For some weird reason, when i click on the positive button as part of the DatePickerDialog, the onDateSet method as part of the DateSetListener does not get invoked ONLY ON SAMSUNG DEVICES . Here is what i am doing : DateSetListener _datePickerDialogCallback = new DateSetListener(); DatePickerDialog _datePickerDialog = new DatePickerDialog(context, _datePickerDialogCallback, year, month, days); _datePickerDialog.setButton(DialogInterface.BUTTON_POSITIVE, StringUtil.getString(R.string.command