Package-level declarations

Types

Link copied to clipboard

Provider for read-only biometric introspection tools: CheckBiometricAvailabilityTool and GetBiometricEnrollmentsTool.

Link copied to clipboard

Reports whether biometric (or device-credential) authentication can currently succeed, using AndroidX BiometricManager. No permissions required.

Link copied to clipboard

Reports which biometric modalities are present/enrolled. No permissions declared by the module (the FingerprintManager.hasEnrolledFingerprints call is wrapped in try/catch and degrades to false if access is denied; FEATURE_FACE is a hardware-feature check, not enrollment state).