我可以从 android 文档中添加的 Android 12 新功能/API 中看到的唯一相关内容是“BiometricPrompt 的可本地化字符串”
我的问题如下图所示,代码看起来像
BiometricPrompt.PromptInfo.Builder()
.setTitle(title)
.setSubtitle(optional) //have tried to use this but same issue with description
.setDescription(necessarilyLongDescriptionHere)
.setConfirmationRequired(true)
A<br>
或 a\n
在这里也不起作用。
有没有人遇到过这个?并有可靠的解决方案?