Add requestId to authentication entry points.
The CancellationSignal passed into the authentication methods is not associated with the request and can be used to cancel the current operation, even if it is more recent. The new id prevents outdated signals from being using. Note that there are still issues with the Callbacks that are not addressed (see bug for details). Bug: 194405579 Bug: 189451155 Bug: 191716671 Test: atest com.android.systemui.biometrics com.android.server.biometrics Change-Id: Id71be912cc88ae90df8087eb8f1a6fc3e110f883
Loading
Please register or sign in to comment