Can I use FingerprintManager instead of BiometricPrompt in API 28 or newer?
I noticed there is a lot of apps that used AuthenticationCallback but not sure that AuthenticationCallback backs to FingerprintManager or BiometricPrompt but these apps don't show dialog when using the AuthenticationCallback.
I don't want to use BiometricPrompt because I don't want to show any dialog so is it good to use FingerprintManager instead of BiometricPrompt in API 28 or newer?