QuickSwitch
Use QuickSwitch on rooted devices for better Recents integration.
QuickSwitch is a Magisk module that allows third-party launchers, like Lawnchair, to function as the system's Quickstep (Recents) provider.
It can improve gesture navigation, home animations, and Recents behavior.
Important: QuickSwitch requires root access on your device to function.
If your device is not rooted, this guide does not apply.
How QuickSwitch works
QuickSwitch uses several components together:
Magisk Module
This is the core component installed through your root solution.
It lets third-party launchers take over Recents.
QuickSwitch App
This optional app gives you a simple UI for selecting the Recents provider.
It has its own Android version limits.
Lawnchair Quickstep support
Lawnchair includes support for Recents, gestures, and system animations when QuickSwitch is active.
Supported versions and devices
QuickSwitch support depends on your Android version and ROM.
Prerequisites
A rooted Android device (with Magisk, APatch, KernelSU, or a similar solution) installed and working.
Lawnchair installed on your device.
Magisk, KernelSU, or APatch installed.
The QuickSwitch Magisk Module downloaded from the official QuickSwitch releases page.
If you are using APatch or KernelSU, download this QuickSwitch fork instead.
Set up QuickSwitch
Install the Magisk module
Open the Magisk app (or equivalent root solution manager).
Go to the Modules section.
Tap Install from storage (or similar option).
Browse to and select the QuickSwitch
.zipfile you downloaded.Allow the module to install.
Reboot your device when prompted.
Set Lawnchair as the default launcher
To set Lawnchair as your default launcher, follow the steps listed in Install and setup.
Choose Lawnchair as the Recents provider
Choose one of the methods below based on your Android version and root solution.
If you are running Android 13 and below, and use Magisk:
Open the QuickSwitch app (look for it in your app drawer).
In the app, choose Lawnchair from the list of available launchers.
The app will prompt you to reboot your device. Confirm and reboot.
If you are running Android 14, using KernelSU or APatch, or if the app does not work, follow these steps:
Open a terminal emulator app on your device (e.g., Termux, or the terminal built into your root solution manager).
Launch a root shell (e.g., via
su).Execute the following command:
The above works for the GitHub version.
For the Nightly and Play Store versions, use
app.lawnchair.nightlyandapp.lawnchair.play, respectively.If you are using a different package name, adjust
app.lawnchairto match the respective package name.
Reboot your device to apply the changes.
After rebooting, Lawnchair should be handling system gestures and the Recents screen.
Troubleshooting QuickSwitch
Last updated
Was this helpful?
