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

Commit a085d532 authored by Nathan Grebowiec's avatar Nathan Grebowiec
Browse files

Have DashClock hide lockscreen clock

Patchset 1) Intial Patch
Patchset 2) Added Market package name also

Change-Id: I099cacc968c8da73ebf4b9ad80f401b39b7eb988
parent 8a73bce7
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -53,7 +53,9 @@ public class KeyguardWidgetPager extends PagedView implements PagedView.PageSwit

    private static final String[] CLOCK_WIDGET_PACKAGES = new String[] {
        "com.cyanogenmod.lockclock",
        "com.android.deskclock"
        "com.android.deskclock",
        "com.google.android.apps.dashclock",
        "net.nurik.roman.dashclock"
    };

    protected KeyguardViewStateManager mViewStateManager;