Lawnchair now overrides only the home-screen launcher (Launcher3, PixelLauncher, Trebuchet). A new LawnchairQuickStep module, using the same APK, overrides Launcher3QuickStep so the QuickStep/recents stack is also replaced when both are included in PRODUCT_PACKAGES. This allows device makefiles to control each override independently: include only Lawnchair for home-screen replacement, add LawnchairQuickStep to also take over the recents/overview experience.
Lawnchair Prebuilt
Disclaimer
- This repository is based on arter97's android_vendor_lawnchair.
It has been adapted from the original Android.mk format to the Android.bp build system.
Usage
- Simply add the Lawnchair package to your
PRODUCT_PACKAGES.
Note
- There is a QuickstepSwitcherOverlay still, but the current version of lawnchair does not support being the Quickstep launcher, it is kept for future use.
Description
Languages
Shell
100%