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

Commit 9f3141eb 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: I4bc09d1f87754c8ff648b2843219bcd941aee4d8
parents 14a9987d 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);