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

Commit 734d653e authored by Sandra Kwan's avatar Sandra Kwan Committed by Android (Google) Code Review
Browse files

Merge "AccountManager: fix updateCredentials API." into nyc-dev

parents 78740add 1767fcd5
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -2884,7 +2884,6 @@ public class AccountManagerService
        }
        if (response == null) throw new IllegalArgumentException("response is null");
        if (account == null) throw new IllegalArgumentException("account is null");
        if (authTokenType == null) throw new IllegalArgumentException("authTokenType is null");
        int userId = UserHandle.getCallingUserId();
        long identityToken = clearCallingIdentity();
        try {