Is there something else that should be called?
showDialog(TIME_DIALOG_ID);
It\'s in this tutorial but says deprecated in Eclipse.<
From Activity#showDialog(int):
This method is deprecated. Use the new DialogFragment class with FragmentManager instead; this is also available on older platforms through the Android compatibility package.