Merge "Update demo mode time" into nyc-dev

This commit is contained in:
Jason Monk
2016-05-12 18:34:42 +00:00
committed by Android (Google) Code Review

View File

@@ -154,7 +154,7 @@ public class DemoModeFragment extends PreferenceFragment implements OnPreference
getContext().sendBroadcast(intent);
intent.putExtra(DemoMode.EXTRA_COMMAND, DemoMode.COMMAND_CLOCK);
intent.putExtra("hhmm", "0600");
intent.putExtra("hhmm", "0700");
getContext().sendBroadcast(intent);
intent.putExtra(DemoMode.EXTRA_COMMAND, DemoMode.COMMAND_NETWORK);