From 56c7531ce7a981932821a406457a6ca63bdcc65a Mon Sep 17 00:00:00 2001 From: Sunny Goyal Date: Tue, 29 May 2018 16:24:13 -0700 Subject: [PATCH] Changing the recents component to point to launcher3 implementation Bug: 77490347 Test: Build and flashed system image Change-Id: I7f58828dfcddb433d02515dcd6abfcfb10e73afd --- core/res/res/values/config.xml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml index 95e5ac8ca3310..3cf6eef365194 100644 --- a/core/res/res/values/config.xml +++ b/core/res/res/values/config.xml @@ -2518,9 +2518,11 @@ property. If this is false, then the following recents config flags are ignored. --> true - - com.android.systemui/.recents.RecentsActivity + + com.android.launcher3/com.android.quickstep.RecentsActivity