Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-08-13 | VCard.getPhoto() to return null for absent photo. | Alan Young | |
Most of the time when VCard.getPhoto() is called it is only used to determine presence or absence of a photo. Thus, it makes no sense to allocate an empty ByteArray() just for this purpose. Return null instead, if absent. Change-Id: I3bae02ffbece5589c74c950bbb4c0db6c0376c76 |