Add "Uninstall app" string for private space shortcut.

Before: https://screenshot.googleplex.com/8RvbiWnJmgAvSYf.png
After: https://screenshot.googleplex.com/4e7N3rr8EAH7k6B.png

Bug: 335451332
Flag: com.android.launcher3.enable_private_space
Flag: EXEMPT resource only update
Test: Manual
Change-Id: I759005f51562683cb6c095abcca27d448acd10f8
This commit is contained in:
Anushree Ganjam
2024-05-21 14:51:35 -07:00
parent e369bd6502
commit 87e875e702
3 changed files with 5 additions and 2 deletions

View File

@@ -158,7 +158,7 @@ public class TaplPrivateSpaceTest extends AbstractQuickStepTest {
try {
// Get the "uninstall" menu item.
homeAllApps.getAppIcon(INSTALLED_APP_NAME).openMenu().getMenuItem("Uninstall");
homeAllApps.getAppIcon(INSTALLED_APP_NAME).openMenu().getMenuItem("Uninstall app");
} finally {
// UnFreeze
homeAllApps.unfreeze();