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

Commit ac696803 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Resolving a TODO in AppWidgetService" into rvc-dev am: a5a576d9

Change-Id: Ic20a9a1466c3f9afdb65f6e825817384b1ccc43c
parents f2277f87 a5a576d9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -641,8 +641,8 @@ class AppWidgetServiceImpl extends IAppWidgetService.Stub implements WidgetBacku
                    final SuspendDialogInfo dialogInfo =
                            mPackageManagerInternal.getSuspendedDialogInfo(providerPackage,
                                    suspendingPackage, providerUserId);
                    // TODO(b/148035643): Send the original widget intent or ACTION_MAIN as an
                    // IntentSender to SuspendedAppActivity.
                    // onUnsuspend is null because we don't want to start any activity on
                    // unsuspending from a suspended widget.
                    onClickIntent = SuspendedAppActivity.createSuspendedAppInterceptIntent(
                            providerPackage, suspendingPackage, dialogInfo, null, null,
                            providerUserId);