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

Change-Id: I332c2c330f8e04d855dc2a0605904f846f0546a9
This commit is contained in:
Automerger Merge Worker
2020-02-26 07:40:56 +00:00

View File

@@ -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);