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

Commit 879dae1c authored by Sihua Ma's avatar Sihua Ma Committed by Android (Google) Code Review
Browse files

Merge "Extend the widget service connection timeout to 20 seconds" into main

parents 91dcbb0b 8a7ab5ba
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -345,7 +345,7 @@ public class RemoteViews implements Parcelable, Filter {
     *
     * @hide
     */
    private static final int MAX_ADAPTER_CONVERSION_WAITING_TIME_MS = 5000;
    private static final int MAX_ADAPTER_CONVERSION_WAITING_TIME_MS = 20_000;

    /**
     * Application that hosts the remote views.