Call isUVPAA supported by GmsCore Fido2 Api
isUVPAA is currently implemented in AuthenticatorImpl.java by using fingerprintManager. GmsCore SDK v26 now provides its own implementation of isUVPAA as part of the FIDO2 APIs, so Clank should call that API instead. This is the third of three CLs for isUVPAA implementation that calls isUVPAA from FIDO2 Apis if using GmsCore SDK v26. If not, calls FingerprintManager. The first CL is here: https://chromium-review.googlesource.com/c/chromium/src/+/1671707 The second CL is here: https://chrome-internal-review.googlesource.com/c/clank/internal/apps/+/1409937/1 Bug: 976480 Change-Id: I02a802234ec1dbf4417d125c0b6cc7b3601c1b45 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1677548Reviewed-by:Kim Paulhamus <kpaulhamus@chromium.org> Reviewed-by:
Ken Buchanan <kenrb@chromium.org> Commit-Queue: Suzy Li <suzyli@google.com> Cr-Commit-Position: refs/heads/master@{#672621}
Showing
Please register or sign in to comment