summaryrefslogtreecommitdiffstats
path: root/protos
diff options
context:
space:
mode:
authorMehdi Alizadeh <mett@google.com>2018-05-01 19:26:05 -0700
committerMehdi Alizadeh <mett@google.com>2018-05-02 14:20:09 -0700
commitbda47cf925ff279642f4220b93b56346d1b785cb (patch)
tree927283877b8ed3eb32762f6e3e997a2255add323 /protos
parent954157a22898f648ea8f8fb3aa09173465b9f614 (diff)
downloadandroid_packages_apps_Trebuchet-bda47cf925ff279642f4220b93b56346d1b785cb.tar.gz
android_packages_apps_Trebuchet-bda47cf925ff279642f4220b93b56346d1b785cb.tar.bz2
android_packages_apps_Trebuchet-bda47cf925ff279642f4220b93b56346d1b785cb.zip
Refactors ButtonDropTarget to add extension data
Also fixes a bug where DeleteDropTarget was logging Remove instead of Cancel. Bug: 78793340 Test: Enable verbose logging and manual test Change-Id: I0f0cfff070eab003ebb745292630bc6ce3243f4d
Diffstat (limited to 'protos')
-rw-r--r--protos/launcher_log.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/protos/launcher_log.proto b/protos/launcher_log.proto
index 7e1543431..179f21d80 100644
--- a/protos/launcher_log.proto
+++ b/protos/launcher_log.proto
@@ -104,9 +104,9 @@ enum ControlType {
VERTICAL_SCROLL = 9;
HOME_INTENT = 10; // Deprecated, use enum Command instead
BACK_BUTTON = 11; // Deprecated, use enum Command instead
- // GO_TO_PLAYSTORE
QUICK_SCRUB_BUTTON = 12;
CLEAR_ALL_BUTTON = 13;
+ CANCEL_TARGET = 14;
}
// Used to define the action component of the LauncherEvent.