mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-11 06:44:00 +00:00
[AA+] Log tap on SearchActionItem.
Bug: 178562918 Test: Presubmit Change-Id: I42a44de4f3cc02ca331c4f99c107891c4658995d
This commit is contained in:
@@ -29,6 +29,7 @@ message ItemInfo {
|
||||
Shortcut shortcut = 3;
|
||||
Widget widget = 4;
|
||||
FolderIcon folder_icon = 9;
|
||||
SearchActionItem search_action_item = 11;
|
||||
}
|
||||
// When used for launch event, stores the global predictive rank
|
||||
optional int32 rank = 5;
|
||||
@@ -169,6 +170,12 @@ message FolderIcon {
|
||||
optional string label_info = 4;
|
||||
}
|
||||
|
||||
// Represents SearchAction with in launcher
|
||||
message SearchActionItem{
|
||||
optional string package_name = 1;
|
||||
optional string title = 2;
|
||||
}
|
||||
|
||||
//////////////////////////////////////////////
|
||||
// Containers
|
||||
|
||||
|
||||
Reference in New Issue
Block a user