Biometric Bypass

Biometric Bypass

Xposed module that skips the confirm step after face unlock

hxreborn System

Screenshots

Screenshot of Biometric Bypass

Description

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

  • Android 10 (API 29) or higher
  • An Xposed framework with libxposed API 101 support
  • An AOSP-based or close-to-stock ROM (OEM skins like MIUI or One UI are untested and likely unsupported)

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.

What’s new (2.0.1)

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

Versions

Version Date Size Requires Android Download
2.0.1 current
c9c176029eb562ec…
2026-06-26 66 KB API 29
2.0.0
842b6f0ea74df37d…
2026-03-18 152 KB API 29
1.0.2
81e3350bdaed6b9d…
2026-01-12 168 KB API 29

Comments