diff --git a/packages/SystemUI/res/values/config.xml b/packages/SystemUI/res/values/config.xml index 1077d8f00708f..01a99e50d61fd 100644 --- a/packages/SystemUI/res/values/config.xml +++ b/packages/SystemUI/res/values/config.xml @@ -45,9 +45,6 @@ interface. This name is in the ComponentName flattened format (package/class) --> com.android.systemui.statusbar.phone.StatusBar - - com.android.launcher3/com.android.quickstep.TouchInteractionService - false diff --git a/packages/SystemUI/src/com/android/systemui/OverviewProxyService.java b/packages/SystemUI/src/com/android/systemui/OverviewProxyService.java index a4af6b26a8548..2983df6ec937b 100644 --- a/packages/SystemUI/src/com/android/systemui/OverviewProxyService.java +++ b/packages/SystemUI/src/com/android/systemui/OverviewProxyService.java @@ -57,6 +57,8 @@ import static com.android.systemui.shared.system.NavigationBarCompat.Interaction */ public class OverviewProxyService implements CallbackController, Dumpable { + private static final String ACTION_QUICKSTEP = "android.intent.action.QUICKSTEP_SERVICE"; + public static final String TAG_OPS = "OverviewProxyService"; public static final boolean DEBUG_OVERVIEW_PROXY = false; private static final long BACKOFF_MILLIS = 5000; @@ -64,7 +66,7 @@ public class OverviewProxyService implements CallbackController mConnectionCallbacks = new ArrayList<>(); @@ -191,8 +193,8 @@ public class OverviewProxyService implements CallbackController