Loading services/core/java/com/android/server/accounts/AccountManagerService.java +6 −0 Original line number Diff line number Diff line Loading @@ -3070,6 +3070,12 @@ public class AccountManagerService "the type and name should not be empty"); return; } if (!type.equals(mAccountType)) { onError(AccountManager.ERROR_CODE_INVALID_RESPONSE, "incorrect account type"); return; } Account resultAccount = new Account(name, type); if (!customTokens) { saveAuthTokenToDatabase( Loading Loading
services/core/java/com/android/server/accounts/AccountManagerService.java +6 −0 Original line number Diff line number Diff line Loading @@ -3070,6 +3070,12 @@ public class AccountManagerService "the type and name should not be empty"); return; } if (!type.equals(mAccountType)) { onError(AccountManager.ERROR_CODE_INVALID_RESPONSE, "incorrect account type"); return; } Account resultAccount = new Account(name, type); if (!customTokens) { saveAuthTokenToDatabase( Loading