Biometric Bypass

Verified safeOpen source
No reviews reviews
57
downloads
10
android

AI summary

Curious what AI thinks about this app? Ask for a short summary highlighting what it does and any noteworthy details.

About this app

A simple Xposed module based on LSPosed's Modern Xposed API, that fast-forwards face unlock by skipping the biometric confirmation step in System UI on Android 10+.

This LSPosed module streamlines face unlock by skipping the confirmation step enforced after biometric authentication. It applies the bypass system-wide — so it works across all apps, including banking or security-sensitive ones.

Android introduced the setConfirmationRequired(false) flag in Android 10 to support passive authentication flows (e.g., face unlock without requiring a tap). Since most apps don’t disable confirmation explicitly, Android defaults to requiring a manual tap, turning face unlock into a two-step chore.

This module ensures the confirmation step is skipped across all biometric flows, regardless of app implementation.

How it Works Android 10 (API 29) added support for passive biometric flows via the setConfirmationRequired(false) flag in the BiometricPrompt API. This allows apps to skip the "tap to confirm" step after face unlock — but only if:

The app explicitly sets setConfirmationRequired(false) The biometric method is classified as Class 3 (strong) (e.g., secure face unlock on Pixel 8+) Most apps don’t set this flag, and even when they do, some components still enforce the confirmation dialog.

This module hooks System UI directly to eliminate that dialog, simulating the intended behavior system-wide, no matter what the app does.

What's new

v1.0.0Apr 21, 2025
  • First stable release under new package structure and signing scheme.
  • Highlights:
  • Package renamed to eu.rafareborn.biometricbypass Semantic versioning introduced (v1.0.0) APK signed with PKCS#12 keystore (APK Signature Scheme v2) Proguard + resource shrinking enabled Debug metadata, Google DEPENDENCY_INFO block, and unnecessary resources removed Compatible with Android 10+ (minSdk = 29)

About this version

Version
1.0.0 (100)
Size
167.49 KB
Requires Android
10
Target SDK
29
Downloads
57
Updated
Apr 21, 2025
Package
eu.rafareborn.biometricbypass

Ratings & reviews

0 ratings
  • 5
    0
  • 4
    0
  • 3
    0
  • 2
    0
  • 1
    0

Write a review

Tap a star to rate this app