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

Commit 7689edd5 authored by Alan Smithee's avatar Alan Smithee Committed by Android Git Automerger
Browse files

am 0a00cfdb: Merge "Tapping the clock now takes you to date/time settings." into jb-mr1-dev

* commit '0a00cfdb':
  Tapping the clock now takes you to date/time settings.
parents c97fa8f8 0a00cfdb
Loading
Loading
Loading
Loading
+1 −6
Original line number Diff line number Diff line
@@ -274,12 +274,7 @@ class QuickSettings {
        timeTile.setOnClickListener(new View.OnClickListener() {
            @Override
            public void onClick(View v) {
                // TODO: Jump into the clock application
                Intent intent = new Intent();
                intent.setComponent(new ComponentName(
                        "com.google.android.deskclock",
                        "com.android.deskclock.DeskClock"));
                startSettingsActivity(intent);
                startSettingsActivity(android.provider.Settings.ACTION_DATE_SETTINGS);
            }
        });
        mModel.addTimeTile(timeTile, new QuickSettingsModel.RefreshCallback() {