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

Commit 755ca98a authored by Joshua Mccloskey's avatar Joshua Mccloskey Committed by Android (Google) Code Review
Browse files

Merge "Remove all biometrics if user is removed." into sc-dev

parents 1d509e2e 441843bd
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2485,6 +2485,7 @@ public class LockSettingsService extends ILockSettings.Stub {

    private void removeUser(int userId, boolean unknownUser) {
        Slog.i(TAG, "RemoveUser: " + userId);
        removeBiometricsForUser(userId);
        mSpManager.removeUser(userId);
        mStrongAuth.removeUser(userId);