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

Commit 9287a8ec 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: 9f3141eb

* commit '9f3141eb':
  Update demo mode time

Change-Id: Icbff19b62042d45494dc45dcfe87b4dbfbc98188
parents c7279396 9f3141eb
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);