mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-27 15:26:58 +00:00
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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user