Merge "[a11y] Do not announce "item added to homescreen" after adding web shortcut." into main

This commit is contained in:
Holly Jiuyu Sun
2024-12-20 15:05:35 -08:00
committed by Android (Google) Code Review
-1
View File
@@ -869,7 +869,6 @@ public class Launcher extends StatefulActivity<LauncherState>
case REQUEST_CREATE_SHORTCUT:
completeAddShortcut(intent, info.container, screenId,
cellPos.cellX, cellPos.cellY, info);
announceForAccessibility(R.string.item_added_to_workspace);
break;
case REQUEST_CREATE_APPWIDGET:
completeAddAppWidget(appWidgetId, info, null, null, false, true, null);