commit | a4e576ce8ebf869c505f0fe0ea82faefae9940f8 | [log] [tgz] |
---|---|---|
author | Chiao Cheng <chiaocheng@google.com> | Tue Aug 14 16:59:07 2012 -0700 |
committer | Chiao Cheng <chiaocheng@google.com> | Wed Aug 15 11:38:32 2012 -0700 |
tree | 1f42832463f4df76bca45881a32d0178ac0fe82b | |
parent | 449d710428682b3f44ba20ce290564cd9352ca0a [diff] |
Fix for malformed photo entry. Blackberry vcard photo entry is not terminated with standard vcard 2.1 terminator. The vcard code is suppose to handle this irregularity already but there was a bug where it would not work unless the next entry contained a ':' right after the property name (i.e. "END:VCARD"). Cases with next entries such as "TEL;TYPE=CELL:" was missed. Note the ":" is not right after TEL. Bug: 6979337 Change-Id: Ifa3dbb377b9da97ef7570c0f8eca8a1cb5e727a9