Fullscreen Gestures for Android 10

This is a simple Magisk module that enables Fullscreen Gestures on Android 10.

This module will hide both the navbar and the pill for a Fullscreen Gesture experience

Requirements

  • Android 10 (Android 11 support is untested atm)
  • Magisk 19+

Installation

  1. Flash this module.
  2. Reboot.
  3. Enjoy!

Links

Disclaimer

  • this module won't work on devices running MIUI as not only do they have their own gesture system but they already offer some form of fullscreen gestures

Changelog

v1.0

  • Initial release

v2.0

  • Hide gesture bar correctly in landscape

v3.0

  • Reduced conflict with some apps (like Gboard) by slightly lowering the gesture trigger area

v4.0

  • Hopefully fixed the issue that made so uninstalling the module made gestures completely unavailable on some ROMs

v5.0

  • Update to the latest Magisk module template and some minor clean ups in the code

v6.0

  • Added support for ROMs that use /vendor/overlays for their gesture overlays

v6.1

  • Minor update
  • Block installation on MIUI as it's incompatible with the module

v6.2

  • Add support for Android 11/R (untested as Magisk isn't avaliable for Android R yet)