summaryrefslogtreecommitdiffstats
path: root/protos
diff options
context:
space:
mode:
authorHyunyoung Song <hyunyoungs@google.com>2018-07-02 13:17:32 -0700
committerHyunyoung Song <hyunyoungs@google.com>2018-07-11 23:31:01 -0700
commit956ec4b0e53c95e3464468c01d6e9b7fe2faf0cb (patch)
treed237090b8ab53b04e66be32c53f2271777d190be /protos
parent17b7d3659451472302f200c5b27174e03c735520 (diff)
downloadandroid_packages_apps_Trebuchet-956ec4b0e53c95e3464468c01d6e9b7fe2faf0cb.tar.gz
android_packages_apps_Trebuchet-956ec4b0e53c95e3464468c01d6e9b7fe2faf0cb.tar.bz2
android_packages_apps_Trebuchet-956ec4b0e53c95e3464468c01d6e9b7fe2faf0cb.zip
Remove device profile dependency from UserEventDispatcher
Bug: 110122682 Change-Id: I31ba61e60e31f1cc84e6d0cf115193e45d9fcfdb
Diffstat (limited to 'protos')
-rw-r--r--protos/launcher_log.proto4
1 files changed, 2 insertions, 2 deletions
diff --git a/protos/launcher_log.proto b/protos/launcher_log.proto
index 06e6a923d..41dd0bda4 100644
--- a/protos/launcher_log.proto
+++ b/protos/launcher_log.proto
@@ -184,8 +184,8 @@ message LauncherEvent {
optional int64 elapsed_container_millis = 5;
optional int64 elapsed_session_millis = 6;
- optional bool is_in_multi_window_mode = 7;
- optional bool is_in_landscape_mode = 8;
+ optional bool is_in_multi_window_mode = 7 [deprecated = true];
+ optional bool is_in_landscape_mode = 8 [deprecated = true];
optional LauncherEventExtension extension = 9;
}