38) how does an activity know which button was clicked in a dialog? a. the dialog's oncreatedialog() method returns the clicked button's id. b. the dialog's show() method calls the activity's click callback. c. the dialog implements a callback method, which returns the button's id. d. the activity implements a callback method, which is called by the dialog's click callback.