Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 34fb6b34 authored by Jason Monk's avatar Jason Monk Committed by android-build-merger
Browse files

Merge "Update demo mode time" into nyc-dev am: 341e37d3

am: c1788810

* commit 'c1788810':
  Update demo mode time

Change-Id: Ic588583c81170f8c926c867ab86774e5cc639487
parents c7279396 c1788810
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);