ashrafulparan2 / TapTap

Port of the double tap on back of device feature from Android 11 to any Android 7.0+ device

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tap, Tap

Download: Latest release


Tap, Tap is a port of the double tap on back of device gesture from Android 11 to any Android 7.0+ device. It allows you to use the gesture to launch apps, control the device (including pressing the home, back and recents buttons), take a screenshot, toggle the flashlight, open your assistant and more. Using "gates", you're able to block the gesture from working in scenarios such as when the screen is off, when you're on a call, when an app is open and more. It uses an accessibility service to run these tasks and stay running in the background. Tap, Tap uses the same machine learning code and TensorFlow models from the Android 11 builds with the gesture, with code directly lifted from SystemUIGoogle where needed. You can pick from three models in the settings: Pixel 3 XL, Pixel 4 and Pixel 4 XL; allowing you to choose the one that fits your device best. Machine learning allows the gesture to be more accurately detected, and reduces the chance of accidental interactions.

Tap, Tap is currently in beta, and may be a little buggy. Stay tuned for new features and bug fixes. If you'd like to report a bug or suggest a feature, you can use the issues on here or the XDA thread.


Screenshots:

Tap, Tap

Example video, showing launching the camera on double tap

XDA thread

About

Port of the double tap on back of device feature from Android 11 to any Android 7.0+ device

License:Apache License 2.0


Languages

Language:Kotlin 97.0%Language:Java 3.0%