summaryrefslogtreecommitdiffstats
path: root/protos
diff options
context:
space:
mode:
authorHyunyoung Song <hyunyoungs@google.com>2019-04-25 11:20:42 -0700
committerHyunyoung Song <hyunyoungs@google.com>2019-04-25 11:56:04 -0700
commitfd94cd54987931499e7252d03a5ecf6e1056dba0 (patch)
treefe37feb18ff40f8c9f28f178a3b80171a410f686 /protos
parent01b8b68db77a22004168dd302ea1a4b2a5043b78 (diff)
downloadandroid_packages_apps_Trebuchet-fd94cd54987931499e7252d03a5ecf6e1056dba0.tar.gz
android_packages_apps_Trebuchet-fd94cd54987931499e7252d03a5ecf6e1056dba0.tar.bz2
android_packages_apps_Trebuchet-fd94cd54987931499e7252d03a5ecf6e1056dba0.zip
Add logging for Task Icon interaction
Bug: 129279637 Change-Id: I135bad16015129b3b60bb13e86783d623e504b1b
Diffstat (limited to 'protos')
-rw-r--r--protos/launcher_log.proto2
1 files changed, 2 insertions, 0 deletions
diff --git a/protos/launcher_log.proto b/protos/launcher_log.proto
index 4974dcbdc..02c6b0f41 100644
--- a/protos/launcher_log.proto
+++ b/protos/launcher_log.proto
@@ -71,6 +71,7 @@ enum ItemType {
NOTIFICATION = 8;
TASK = 9; // Each page of Recents UI (QuickStep)
WEB_APP = 10;
+ TASK_ICON = 11;
}
// Used to define what type of container a Target would represent.
@@ -115,6 +116,7 @@ enum ControlType {
REMOTE_ACTION_SHORTCUT = 17;
APP_USAGE_SETTINGS = 18;
BACK_GESTURE = 19;
+ UNDO = 20;
}
enum TipType {