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

Commit 20de5597 authored by Stevie Kideckel's avatar Stevie Kideckel Committed by Automerger Merge Worker
Browse files

Merge "Include widget providers enabled at runtime" into sc-dev am: 893eb120

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/14703331

Change-Id: Iafc89017e3cbe714da245aa0a49f09e35cc58e69
parents 034e400d 893eb120
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -2186,10 +2186,6 @@ class AppWidgetServiceImpl extends IAppWidgetService.Stub implements WidgetBacku
            return false;
        }

        if (!ri.activityInfo.isEnabled()) {
            return false;
        }

        ComponentName componentName = new ComponentName(ri.activityInfo.packageName,
                ri.activityInfo.name);
        ProviderId providerId = new ProviderId(ri.activityInfo.applicationInfo.uid, componentName);