Unbind AccountManagerService from authenticator.
onServiceDisconnected was not implemented properly. Bug: 271963353 Test: manual Change-Id: Ie6a0515e5a493d2f7214bc5ce734285aab35f147
This commit is contained in:
@@ -5078,7 +5078,6 @@ public class AccountManagerService
|
||||
|
||||
@Override
|
||||
public void onServiceDisconnected(ComponentName name) {
|
||||
mAuthenticator = null;
|
||||
IAccountManagerResponse response = getResponseAndClose();
|
||||
if (response != null) {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user