Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 795ea65f authored by Kevin Chyn's avatar Kevin Chyn Committed by Automerger Merge Worker
Browse files

Merge "RemovalClient should preempt auth" into sc-dev am: 8e257383

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/13632147

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I7b7448d15fabd93f93701b4e267b0fe4bfc5ad43
parents f11bca68 8e257383
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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;
    }
}