commit | 63bf8eedf958d995050c5ef8d20b525679d23511 | [log] [tgz] |
---|---|---|
author | thiruram <thiruram@google.com> | Mon Jun 01 12:03:19 2020 -0700 |
committer | Thiru Ramasamy <thiruram@google.com> | Mon Jun 01 21:55:25 2020 +0000 |
tree | 0a1ee502bd8116715ea3a8da96f079fc0511790d | |
parent | 77aaa94bc237c2f70783cbe42327a79250b4fa1f [diff] [blame] |
Add WW log for drag events from longpress popup window. Bug: 157765763 Sample Log: https://docs.google.com/document/d/1CBP2yTcXdFhPdNG5ZmWFKSgd8mDbMevY-akVlUXPLDo/edit#bookmark=id.368csp9y1pwc Change-Id: I73024f2c8010e77b6f89829fda64130f54ff81f1
diff --git a/protos/launcher_atom.proto b/protos/launcher_atom.proto index 5f5fab0..d552daf 100644 --- a/protos/launcher_atom.proto +++ b/protos/launcher_atom.proto
@@ -51,6 +51,7 @@ WidgetsContainer widgets_container = 5; PredictionContainer prediction_container = 6; SearchResultContainer search_result_container = 7; + ShortcutsContainer shortcuts_container = 8; } } @@ -69,6 +70,11 @@ message SearchResultContainer { } +// Container for package specific shortcuts to deep links and notifications. +// Typically shown as popup window by longpressing on an icon. +message ShortcutsContainer { +} + enum Origin { UNKNOWN = 0; DEFAULT_LAYOUT = 1; // icon automatically placed in workspace, folder, hotseat