Resolving a TODO in AppWidgetService

Test: No code changes. Builds, boots.

Bug: 148035643
Change-Id: I15bc26b6e345aff421abbfd7604d1cbb36a38a0d
This commit is contained in:
Suprabh Shukla
2020-02-24 14:44:56 -08:00
parent 85cbe43d48
commit 87cae2684d

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