Merge "Show option in DateTimeSettings."

This commit is contained in:
Daisuke Miyakawa
2010-11-16 09:43:53 -08:00
committed by Android (Google) Code Review

View File

@@ -108,6 +108,7 @@ public class ZonePicker extends ListFragment {
// If current timezone is in this list, move focus to it // If current timezone is in this list, move focus to it
setSelection(mDefault); setSelection(mDefault);
setHasOptionsMenu(true);
} }
@Override @Override