diff options
author | 2023-04-26 21:30:53 +0000 | |
---|---|---|
committer | 2023-04-26 21:30:53 +0000 | |
commit | a4627d22359211ef2857f8f36b7b78313c880e2a (patch) | |
tree | 55d09956f05a568ca945886f73e519846a5d78f6 /protos | |
parent | 12fa013fcdc8e0b05a41ee2523bac7caa63bcf9d (diff) | |
parent | 830e4b7ce0adbed7e7303bcf1a93465904b405de (diff) |
Merge "Add long swipe from app to overview gesture (with flag)." into udc-dev
Diffstat (limited to 'protos')
-rw-r--r-- | protos/launcher_trace.proto | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protos/launcher_trace.proto b/protos/launcher_trace.proto index 65fcfe512b..e5a86a0108 100644 --- a/protos/launcher_trace.proto +++ b/protos/launcher_trace.proto @@ -63,5 +63,6 @@ message GestureStateProto { RECENTS = 2; NEW_TASK = 3; LAST_TASK = 4; + ALL_APPS = 5; } } |