Merge "Add long swipe from app to overview gesture (with flag)." into udc-dev

This commit is contained in:
Andy Wickham
2023-04-26 21:30:53 +00:00
committed by Android (Google) Code Review
20 changed files with 278 additions and 46 deletions

View File

@@ -63,5 +63,6 @@ message GestureStateProto {
RECENTS = 2;
NEW_TASK = 3;
LAST_TASK = 4;
ALL_APPS = 5;
}
}