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

Commit c1788810 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

* commit '341e37d3':
  Update demo mode time

Change-Id: Ia64c7c33aeaf66ef48f29362c68319b4abcdfdbd
parents b60d029e 341e37d3
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);