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

Commit 6e7ad8ad authored by David van Tonder's avatar David van Tonder Committed by Gerrit Code Review
Browse files

Merge "Increase lock screen widget limit from 5 to 9" into cm-10.1

parents a9dc9fbc 8b349831
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -71,7 +71,7 @@ public class KeyguardHostView extends KeyguardViewBase {
    // Found in KeyguardAppWidgetPickActivity.java
    static final int APPWIDGET_HOST_ID = 0x4B455947;

    private final int MAX_WIDGETS = 5;
    private final int MAX_WIDGETS = 9;

    private AppWidgetHost mAppWidgetHost;
    private AppWidgetManager mAppWidgetManager;