Three Finger Swipe
Standalone implementation of three-finger swipe screenshots using the modern LSPosed API
Features
- Three-finger swipe down to take a screenshot (or trigger other actions)
- Single-purpose module with one hook on System Framework
- Compatible with CaptureSposed and DisableFlagSecure
- Settings UI built with Jetpack Compose and Material 3 Expressive
- Built on LSPosed API 101
- Free and open source (GPLv3)
Requirements
- Android 9 through 16 (API 28-36)
- LSPosed (JingMatrix fork recommended, Manager 2.0.0+ for API 101)
Installation
-
Download the latest APK:
-
Enable the module in LSPosed and scope it to
system -
Reboot your device
-
Open the app to configure gesture settings
FAQ
Why does this not conflict with CaptureSposed or DisableFlagSecure?
This module only hooks PhoneWindowManager in system_server. CaptureSposed and DisableFlagSecure work through different code paths, so you keep their secure-window bypass behavior while using this module's three-finger gesture to trigger the screenshot.
Source
Source code and build instructions: hxreborn/three-finger-swipe
License
This project is licensed under the GNU General Public License v3.0. See the LICENSE file for details.