Making vcard photo parsing more robust to decode errors.

Base64.decode throws IllegalArgumentException which is not handled
and results in crash reports for users. Switching to VCardException
which should have better UI handling.

Change-Id: I3fa12b8a703c3eed181caade0bfda2271435b377
4 files changed
tree: ad653504c2cc210eebebe26e31e414cb706d8ff7
  1. java/
  2. tests/
  3. Android.mk