This is a fork of QuickSwitch.
QuickSwitch is a Magisk/KernelSU/Apatch module which systemlessly allows supported launchers to access the recents (QuickStep) APIs.
To learn about the original, see here.
Also, please do not report bugs in forked versions upstream.
- Latest version of Magisk or KernelSU or Apatch
- Android 9+
This module operates the system using Root privileges.
Please use it with extreme caution.
Also, many users in the Telegram community have encountered trouble without reading the Readme.
Please read the Readme carefully before using this module.
This is not limited to this module,
When you operate the system, you need to understand how to use it and manage the risk.
- Install the latest QuickSwitch zip from the GitHub releases.
su -c /data/adb/modules/quickswitch/quickswitch --ch=launcher.package.name
- Reboot.
- Verify your new recents provider is correct.
- Set the new recents provider as the default launcher.
- Profit.
※ Please run it in a terminal application (termux, etc.) with root access.
※ Replace launcher.package.name with the name of your launcher. For example app.lawnchair.debug.
This is not complete but may help users who are having trouble with command line operations.
If you are a magisk user, you will need the following apps.
If you encounter any problems, you may find some hints in the github issues or Telegram Group.
- master
Original source. - anyfix/*
It was to be used for pull requests. - WIP/*
With incomplete new elements.