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

Commit ae032eb4 authored by Dave Kover's avatar Dave Kover Committed by Gerrit Code Review
Browse files

SystemUI: Change demo mode time of day.

We use 12:30 for our marketing screenshots. Setting the value for
demo mode will save a ton of work in post.

Change-Id: I6a3cb597d561a105b4fde53f3a45c03276af64e5
Ticket: CYNGNOS-2029
parent a777a9aa
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -155,7 +155,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", "1230");
        getContext().sendBroadcast(intent);

        intent.putExtra(DemoMode.EXTRA_COMMAND, DemoMode.COMMAND_NETWORK);