Skip to content Skip to sidebar Skip to footer

Biometric Prompt Subtitle Text Getting Truncated On Android

I have implemented biometric authentication where my subtitle(Verify biometrics for username to Sign In to My App Name) is a bit long and it's getting truncated at the end this is

Solution 1:

They have to come up with a solution on this since we can't control it, it's by default. I faced the same issue but switched to use :

.setDescription("")

Keep in mind that this will remove the system hints : scan your fingerprint or use face recognition. For the moment with what i've tried is the only solution, until they come up with a fix regarding it.

Post a Comment for "Biometric Prompt Subtitle Text Getting Truncated On Android"