Fix typo in CL; sigh

* Facepalm

Bug: 5582884
Change-Id: I060518a4bbb2c08e1abef934c81d72ec4fbcb565
This commit is contained in:
Marc Blank 2011-11-10 17:08:54 -08:00
parent 22e4f6b671
commit af6375894f

View File

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