Replace line of code lost in Change I9997ac96

* During refactor of referenced change, a critical line of code
  got lost; it's replaced in this CL

Change-Id: Ib6f405cdfa120f5cb5c879ab0f7df52d54970cb7
This commit is contained in:
Marc Blank 2010-07-13 20:53:16 -07:00
parent de0a1c33c9
commit 18452ba28c
1 changed files with 1 additions and 0 deletions

View File

@ -106,6 +106,7 @@ public class EasAuthenticatorService extends Service {
}
values.put(Directory.DISPLAY_NAME, account.name);
values.put(Directory.EXPORT_SUPPORT, Directory.EXPORT_SUPPORT_SAME_ACCOUNT_ONLY);
getContentResolver().insert(Directory.CONTENT_URI, values);
Bundle b = new Bundle();
b.putString(AccountManager.KEY_ACCOUNT_NAME, options.getString(OPTIONS_USERNAME));
b.putString(AccountManager.KEY_ACCOUNT_TYPE, Email.EXCHANGE_ACCOUNT_MANAGER_TYPE);