From 034b9b67c8dae5fe1281e58155b974ae01b3f0a3 Mon Sep 17 00:00:00 2001 From: sallyyuen Date: Mon, 1 Jun 2020 20:02:06 -0700 Subject: [PATCH] Use global action constant for a11y All Apps action "All apps" will be identified by a11y services with new id. Bug: 157078174 Test: Manual with TalkBack Change-Id: I6b47b93e0141a7d2a28a21ef35f80157b413a55e --- .../src/com/android/quickstep/TouchInteractionService.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 22e689f7ba..6da7dad826 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 @@ public class TouchInteractionService extends Service implements PluginListener