Biometric Bypass App
Biometric Bypass Module streamlines face unlock by skipping biometric confirmation in System UI (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.
What's new in 1.0.1
- Updated Java toolchain to JDK 21.
- Upgraded Kotlin to version 2.0.
- Release signing configuration is now optional, falling back to debug if secrets are missing.
- Added static PNG screenshot for Fastlane listing.