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

Commit dacd0179 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: I22a102ebe5ec39675b4d443e4cfc65463ee3969b
parents 06cb953f 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);