commit | e2d121ec46520c5e4f13a39b98f8932ec1c2ef1d | [log] [tgz] |
---|---|---|
author | Sally Yuen <sallyyuen@google.com> | Tue Jun 02 23:12:55 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Jun 02 23:12:55 2020 +0000 |
tree | 0c7ca7161d890ebfc59139fc93f654c51ed047c4 | |
parent | 161066c47b4acc46663ec042dfd79655ea4b31c3 [diff] | |
parent | bd2e73ce6f8b4af06fc2a68ac7b97364b31179ef [diff] |
Merge "Use global action constant for a11y All Apps action" into ub-launcher3-rvc-dev am: bd2e73ce6f Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/11708484 Change-Id: I9fba367a8472a812346eb6792c1cca767db3f6b5
diff --git a/quickstep/recents_ui_overrides/src/com/android/quickstep/TouchInteractionService.java b/quickstep/recents_ui_overrides/src/com/android/quickstep/TouchInteractionService.java index 51eaba0..ac76968 100644 --- a/quickstep/recents_ui_overrides/src/com/android/quickstep/TouchInteractionService.java +++ b/quickstep/recents_ui_overrides/src/com/android/quickstep/TouchInteractionService.java
@@ -134,10 +134,10 @@ private static final int MAX_BACK_NOTIFICATION_COUNT = 3; /** - * System Action ID to show all apps. This ID should follow the ones in - * com.android.systemui.accessibility.SystemActions. + * System Action ID to show all apps. + * TODO: Use AccessibilityService's corresponding global action constant in S */ - private static final int SYSTEM_ACTION_ID_ALL_APPS = 100; + private static final int SYSTEM_ACTION_ID_ALL_APPS = 14; private int mBackGestureNotificationCounter = -1; @Nullable