Android 4.2.1 release 1
Allowing multiline addresses to support microsoft vCard.

Multiline addresses are not allowed in vCard 2.1 but it has been encountered
in microsoft mobile vCard. This adds support for this by checking the next
line.  If the next line contains a colon, we assume it's a new property.
Otherwise, we assume it's a continuation.

Bug: 5188556
Change-Id: I4607eda901a1d535c759b5026f6702eb47290cb8
3 files changed
tree: 695b55a880c81a2cb59a2af9e7e2dd227f49ec0c
  1. java/
  2. tests/
  3. Android.mk