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 happening mainly on Samsung Devices. Any limits on character length or OEM issue any idea how to fix.
Asked
Active
Viewed 686 times
1 Answers
2
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.

Elio Lako
- 1,333
- 2
- 16
- 26
-
1I had submitted the issue ticket to Samsung and they were able to reproduce it and assigned it to the respective team. – Girish Mar 03 '21 at 08:40
-
Nice job, thanks @Girish for letting me know. – Elio Lako Mar 03 '21 at 10:14
-
Any update on this issue @Girish – Asif Banaras Dhamial Apr 08 '22 at 09:04
-
@AsifBanarasDhamial this should be fixed now – Girish Apr 08 '22 at 10:16