Make vCard import Photo from vCard file :(

Internal issue number: 2174296
This commit is contained in:
Daisuke Miyakawa
2009-10-07 17:25:50 -07:00
parent c15934f26a
commit b977f2bdef

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);
}
/**