Merge "RemovalClient should preempt auth" into sc-dev

This commit is contained in:
Kevin Chyn
2021-02-20 02:30:14 +00:00
committed by Android (Google) Code Review

View File

@@ -97,4 +97,9 @@ public abstract class RemovalClient<S extends BiometricAuthenticator.Identifier,
public int getProtoEnum() {
return BiometricsProto.CM_REMOVE;
}
@Override
public boolean interruptsPrecedingClients() {
return true;
}
}