am af637589: Fix typo in CL; sigh

* commit 'af6375894fe4b405f205a22a7ee9118a36fef428':
  Fix typo in CL; sigh
This commit is contained in:
Marc Blank 2011-11-11 15:13:50 +00:00 committed by Android Git Automerger
commit c31736c0d7
1 changed files with 1 additions and 1 deletions

View File

@ -2517,7 +2517,7 @@ outer:
android.accounts.Account amAccount =
new android.accounts.Account(
accountCursor.getString(V21_ACCOUNT_EMAIL),
AccountManagerTypes.TYPE_POP_IMAP);
AccountManagerTypes.TYPE_EXCHANGE);
ContentResolver.setIsSyncable(amAccount, EmailContent.AUTHORITY, 1);
ContentResolver.setSyncAutomatically(amAccount,
EmailContent.AUTHORITY, true);