Merge "Remove "result2" in AccountManagerService" am: eaf4d18bdf
am: 4b4b759272
Change-Id: I1558ff443ffc28a21e80f5752feb535e08152f07
This commit is contained in:
@@ -2234,12 +2234,10 @@ public class AccountManagerService
|
||||
Log.v(TAG, getClass().getSimpleName() + " calling onResult() on response "
|
||||
+ response);
|
||||
}
|
||||
Bundle result2 = new Bundle();
|
||||
result2.putBoolean(AccountManager.KEY_BOOLEAN_RESULT, removalAllowed);
|
||||
try {
|
||||
response.onResult(result2);
|
||||
response.onResult(result);
|
||||
} catch (RemoteException e) {
|
||||
// ignore
|
||||
Slog.e(TAG, "Error calling onResult()", e);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user