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

Commit 63c5a5ac authored by Eric Biggers's avatar Eric Biggers Committed by Android (Google) Code Review
Browse files

Merge "Clear identity in LockSettingsInternal.getUserPasswordMetrics"

parents 3b021bc8 73ffe6dc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3439,10 +3439,10 @@ public class LockSettingsService extends ILockSettings.Stub {
                    Slog.w(TAG, "Querying password metrics for unified challenge profile: "
                            + userHandle);
                }
                return LockSettingsService.this.getUserPasswordMetrics(userHandle);
            } finally {
                Binder.restoreCallingIdentity(identity);
            }
            return LockSettingsService.this.getUserPasswordMetrics(userHandle);
        }

        @Override