google_pixel: Set recents component name when nexus launcher is built

lineage-21.0
Nolen Johnson 11 months ago
parent bd8937eb5e
commit 0501ea745e
  1. 2
      apps/GoogleApps.mk
  2. 7
      overlays/overlay-quickstep/frameworks/base/core/res/res/values/config.xml

@ -67,6 +67,8 @@ ifeq ($(filter %sphynx %nx %foster_tab,$(TARGET_PRODUCT)),)
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \
NexusLauncherRelease \ NexusLauncherRelease \
NexusLauncherOverlay NexusLauncherOverlay
PRODUCT_PACKAGE_OVERLAYS += vendor/google_pixel/overlays/overlay-quickstep
endif endif
## Extra packages ## Extra packages

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- Component name for the activity that will be presenting the Recents UI, which will receive special permissions for API related
to fetching and presenting recent tasks. The default configuration uses Launcher3QuickStep as default launcher and points to
the corresponding recents component. -->
<string name="config_recentsComponentName">com.google.android.apps.nexuslauncher/com.android.quickstep.RecentsActivity</string>
</resources>
Loading…
Cancel
Save