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:
parent
ca7df3f234
commit
974ccb1735
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user