B4A Library BiometricManager - Biometric Authentication - Erel    Nov 22, 2022   (42 reactions)   tags: Finger, finger print ).
It works with all the device supported biometric authentication features.
Setup:
1. Open B4A Sdk Manager, search for biometric and install androidx.biometric:biometric.
2. Add to the activity... Italian Biometric Manager - Fulvio75    Feb 4, 2023 ciao ho aggiunto il codice come nell'esempio di BiometricManager alla mia app, lunica differenza è che non è una B4XPages e compilando esce questo:
se installo l'app di esempio però funziona... B4J Tutorial [Web] Beginning Telegram Mini Apps - BiometricManager - Mashiane    Jul 26, 2024   (1 reaction) Hi Fam
Demo (Open the bot from your Mobile Device > Sign In (use any details) > Hamburger > Biometrics > Follow the button sequence. When you click Authenticate, it will show the biometrics
Source Code
With the Biometric Manager, one is able to authenticate user access to the app using biometric.
155666
155667
https://youtube.com/shorts/OmSj1AmDNp8?feature=share
NB... B4A Code Snippet BiometricManager Example 2025 - With AndroidX.AppCompat - Ryan Pigeon    Jan 4, 2026   (11 reactions) Just the same example brought up to 2025!... B4A Question BiometricManager - Maven artifact not found - LucaMs    Apr 18, 2021 I tried the example attached to BiometricManager - Biometric Authentication
and got:
111861
Installed all items suggested by SDK Manager.
Tried with Android API 30 and 29.... B4A Question [Class Module]Biometrics/KeyGuard Tandem module (Got it working) - Cableguy    Jan 10, 2026 /notsupported which I have it working using the Biometrics Modeule found in the forum
https://www... B4A Question Biometric login: Is automatic user selection possible? - MrKim    Jan 3, 2026 I have noticed there are now biometric libraries available.
In our situation maybe 5 to 10 users at the most. Tablets mounted so as the user approaches it will see them.
My question then is it possible for the tablet to pick the user from the face or does the user have to select his login before... B4A Question BiometricManager - obtain ad "ID" - LucaMs    Nov 28, 2019 Is it possibile to obtain an "ID" (code, string) from BiometricManager? I mean a "code of user fingerprint".... B4A Question [SOLVED] BiometricManager - Biometric Authentication - Problem with NONE_ENROLLED - scsjc    Jan 7, 2024 it checks
1º if Biometric.CanAuthenticate = SUCCESS then executes Biometric.Show ... check if is correct and LOAD APPLICATION
2º If Biometric.CanAuthenticate <> SUCCESS then it understands...
4º But if the application loads during the first 30 seconds, Biometric.CanAuthenticate....LoadLayout("1")
Biometric.Initialize(Me, "Authenticate")
Dim res As String... B4A Question Error in BiometricManager class - cxbs    May 22, 2020 Dear Mr. Erel The error occurs inside BiometricManager I want to add fingerprint verification in... As JavaObject PromptInfoBuilder.InitializeNewInstance("androidx.biometric.BiometricPrompt$PromptInfo$Builder", Null) PromptInfoBuilder.RunMethod("setTitle", Array(Msg....BiometricPromptAuthentication", Array(Me)) Dim Prompt As JavaObject Prompt.InitializeNewInstance("androidx.biometric.BiometricPrompt", Array(ctxt, Executor, Ev)) Prompt.RunMethod... Page: 1   2   3   |