Fix an out-of-date comment.

The code related to the comment didn't ship as part of Kitkat MR2 and instead will go out with the platform L release.

Change-Id: Ib9ece3390005b5b0217e0c5540322802b1c096ad
This commit is contained in:
James Lemieux 2014-03-28 15:52:02 -07:00
parent ca7df3f234
commit 974ccb1735
1 changed files with 1 additions and 1 deletions

View File

@ -5644,7 +5644,7 @@ public class EmailProvider extends ContentProvider {
}
/**
* The method will no longer be needed after Kitkat MR2 releases. As emails are received from
* The method will no longer be needed after platform L releases. As emails are received from
* various protocols the email addresses are decoded and intended to be stored in the database
* in decoded form. The problem is that Exchange is a separate .apk and the old Exchange .apk
* still attempts to store <strong>encoded</strong> email addresses. So, we decode here at the