Files
lawnchair/compatLib/README.md
Pun Butrach dd4a08be61 Merge tag 'android-16.0.0_r3' into 16-dev
Android 16.0.0 Release 3 (BP3A.250905.014)

Signed-off-by: Pun Butrach <pun.butrach@gmail.com>
2026-01-10 20:46:04 +07:00

25 lines
1.1 KiB
Markdown

# Lawnchair Quickstep Compat Library
The `compatLib` library helps integrate Lawnchair with Recents
(also known as QuickSwitch, Quickstep, or sometimes, Lawnstep)
while ensuring backward-compatibility with older Android versions.
Each subdirectory of the `compatLib`, denoted by a letter (e.g., `compatLibVQ` for Android 10),
refers to the compatibility code for that specific Android version.
Starting with Android 16 and above, the `compatLib` will denoted by the codename of the Android version
(e.g., `compatLibVBaklava` for Android 16).
| Library | Android version |
|-------------------|-----------------|
| compatLibVQ | 10 |
| compatLibVR | 11 |
| compatLibVS | 12 |
| compatLibVT | 13 |
| compatLibVU | 14 |
| compatLibVV | 15 |
| compatLibVBaklava | 16 |
Keep in mind that this list does not guarantee Recents compatibility with your Android versions,
as the implementation may still be in progress or not fully functional.