Making sure there is a propper Chrome icon for the test to long press
In some cases, the test was long pressing on a recommendation for google chrome and not a regular chrome icon and the events didn't match. I don't think is good to relly on chrome getting recommended so I'm making sure there is always a chrome app icon on the hotseat Fix: 269163620 Test: atest TaplTestsLauncher3:testWorkspace (run on pixel 7 pro) Change-Id: Ic8ee744a9af18d60de9bbedd42043f5abbbd7356
This commit is contained in:
@@ -107,6 +107,7 @@ public final class TestProtocol {
|
||||
public static final String REQUEST_CLEAR_DATA = "clear-data";
|
||||
public static final String REQUEST_USE_TEST_WORKSPACE_LAYOUT = "use-test-workspace-layout";
|
||||
public static final String REQUEST_USE_TEST2_WORKSPACE_LAYOUT = "use-test2-workspace-layout";
|
||||
public static final String REQUEST_USE_TAPL_WORKSPACE_LAYOUT = "use-tapl-workspace-layout";
|
||||
public static final String REQUEST_USE_DEFAULT_WORKSPACE_LAYOUT =
|
||||
"use-default-workspace-layout";
|
||||
public static final String REQUEST_HOTSEAT_ICON_NAMES = "get-hotseat-icon-names";
|
||||
|
||||
Reference in New Issue
Block a user