Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 6c63e87a authored by Diya Bera's avatar Diya Bera
Browse files

Add callback to check biometric prompt status on keyguard

Use BiometricManager#registerBiometricPromptStatusListener(IBiometricPromptStatusListener
listener) to register a callback. When authenticate is requested by
an app, callback.onBiometricPromptShowing() will be called
and once the biometric prompt is dismissed,
callback.onBiometricPromptIdle() will be called.

Bug: 302141167
Test: atest BiometricServiceTest

Change-Id: I4dce56c71be8c80246a9da7d5f4800ff4b9713f8
parent c16ddbe4
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment