| AppID: | eu.rafareborn.biometricbypass |
| Author: | Rafa Reborn |
| License: | MIT |
| InRepoSince: | 2025-04-19 |
| LastRepoUpdate: | 2026-06-24 |
| LastAppUpdate: | 2026-06-24 |
| LastVersion: | 2.0.1 |
| Categories: | Xposed |
| APK source: | Github |
| Google Play: | Check if it's there |
Biometric Bypass is an Xposed module that makes face unlock feel instant by skipping the confirmation step Android enforces after biometric authentication.
Even after your face is recognized, Android often shows a "tap to confirm" dialog before letting you through. This module removes that dialog system-wide, so a successful scan unlocks straight away instead of waiting for a second tap.
It works by hooking into System UI, so the bypass applies everywhere, including banking and security-sensitive apps that would normally force the extra step.
Requirements
A note on security
Removing the confirmation step trades a little security for speed. With it enabled, anything that satisfies the biometric sensor, including a spoof or your own face while you are asleep, will unlock without the extra tap. Use it where that tradeoff makes sense for you.
WhatsNew:
Click confirm on the first frame the dialog is shown
Run retries on the view handler instead of coroutines to avoid misses in some scenarios
Skip non-main SystemUI processes
Cache AuthContainerView reflection at hook setup
Drop unused dependencies