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

Commit 8b349831 authored by William C. Garrison III's avatar William C. Garrison III
Browse files

Increase lock screen widget limit from 5 to 9

Agreement seems to have landed on 9 as a sane value for the lock screen widgets
limit, and since there is no drawback for those with fewer, configuration is
unneeded.

Change-Id: I432c90113e31d953b2450770bfceb5f6e2e0e173
parent 7a3709b2
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;