OSDN Git Service

Handle external sources that request both social and detail.
authorJeff Sharkey <jsharkey@android.com>
Thu, 8 Oct 2009 23:57:06 +0000 (16:57 -0700)
committerJeff Sharkey <jsharkey@android.com>
Thu, 8 Oct 2009 23:57:06 +0000 (16:57 -0700)
commit4c82d3b7323b498e2a21daf94505daf0cd32d212
treeb0a3a808105b8092f9e1a73439e554b357b6ad91
parentbbaf565e69b9d074c9ef4713e032dda7b7cdacaf
Handle external sources that request both social and detail.

When a source requests social summary, allow them to still
provide a fallback detail value when no social summary is
available.  (Otherwise the data row would be invisible.)

Partially fixes http://b/2176892
src/com/android/contacts/model/ExternalSource.java