Merge change Ib977f2bd into eclair

* changes:
  Make vCard import Photo from vCard file :(
This commit is contained in:
Android (Google) Code Review
2009-10-08 13:49:39 -04:00

View File

@ -698,6 +698,7 @@ public class ContactStruct {
mPhotoList = new ArrayList<PhotoData>(1);
}
final PhotoData photoData = new PhotoData(0, null, photoBytes);
mPhotoList.add(photoData);
}
/**