The superclass changed from android.app.Dialog
to android.app.AlertDialog
.
Added interfaces android.content.DialogInterface.OnClickListener, android.widget.DatePicker.OnDateChangedListener
.
Removed Constructors
|
android.app(Context, OnDateSetListener, int, int, int, int)
|
@param context The context the dialog is to run in. |
Added Constructors
|
DatePickerDialog(Context, OnDateSetListener, int, int, int)
|
@param context The context the dialog is to run in. |
DatePickerDialog(Context, int, OnDateSetListener, int, int, int)
|
@param context The context the dialog is to run in. |
Changed Methods
|
void show()
|
Method was inherited from android.app.Dialog, but is now defined locally.
|
|