AppID: | eu.rafareborn.biometricbypass |
Author: | Rafa Reborn |
License: | MIT |
InRepoSince: | 2025-04-19 |
LastRepoUpdate: | 2025-04-25 |
LastAppUpdate: | 2025-04-24 |
LastVersion: | 1.0.1 |
Categories: | Xposed |
APK source: | Github |
Google Play: | Check if it's there |
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.
WhatsNew:
• Upgraded to Kotlin 2.0 and Java 21 for libxposed compatibility
• Made release keystore optional using environment fallback
• Removed old CI workflow
• Added Fastlane metadata