From 13c2bc7303361af51b026a217788cccfb87b4180 Mon Sep 17 00:00:00 2001 From: Hyunyoung Song Date: Wed, 10 Jun 2020 00:35:35 -0700 Subject: LAUNCHER_APP_LAUNCH_TAP should log correctly for icons inside folder Bug: 137777105 Change-Id: I5c1552481fc1b788ba41c57bfe97f126f55e5b16 --- protos/launcher_atom.proto | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'protos') diff --git a/protos/launcher_atom.proto b/protos/launcher_atom.proto index 7e8e51e100..d1185bd5bc 100644 --- a/protos/launcher_atom.proto +++ b/protos/launcher_atom.proto @@ -54,6 +54,7 @@ message ContainerInfo { ShortcutsContainer shortcuts_container = 8; SettingsContainer settings_container = 9; PredictedHotseatContainer predicted_hotseat_container = 10; + TaskSwitcherContainer task_switcher_container = 11; } } @@ -82,6 +83,9 @@ message ShortcutsContainer { message SettingsContainer { } +message TaskSwitcherContainer { +} + enum Attribute { UNKNOWN = 0; DEFAULT_LAYOUT = 1; // icon automatically placed in workspace, folder, hotseat -- cgit v1.2.3-59-g8ed1b