Add isUVPAA interface for implementation on clank
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 CL is the initial change to support the implementation on clank. It adds isUVPAA interface and callback, but does not actually use the isUVPAA in Gmscore. Once the implementation on clank landed, will add a follow up change to use it. Bug: 976480 Change-Id: Idc939f798720b413e5f62c7269f9771fad7f9111 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1671707Reviewed-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@{#671734}
Showing
Please register or sign in to comment