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

Commit 0a00cfdb authored by Alan Smithee's avatar Alan Smithee Committed by Android (Google) Code Review
Browse files

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

parents 135e5fb7 154bc063
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() {