Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用 com.google.android.gms.fido.fido2.Fido2ApiClient#getSignPendingIntent,并使用 androidx.fragment.app.Fragment#startIntentSenderForResult 启动 Intent,适用于 Android 的 FIDO2 API 使用标准 UI 处理生物特征认证,如下所示:
有没有办法允许自定义身份验证 UI,而不是使用上面的默认 UI,它允许开发人员使用自定义 UI 覆盖。