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

Commit 1767fcd5 authored by Sandra Kwan's avatar Sandra Kwan
Browse files

AccountManager: fix updateCredentials API.

Bug: 26157869
Change-Id: Icd2148db6923383263bcce5ad845bcb1411f5c4e
parent 8b704d44
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 {