OSDN Git Service

Allow omission of RES_PACKAGE for status attributions.
authorJeff Sharkey <jsharkey@android.com>
Thu, 8 Oct 2009 17:22:30 +0000 (10:22 -0700)
committerJeff Sharkey <jsharkey@android.com>
Thu, 8 Oct 2009 17:54:00 +0000 (10:54 -0700)
commitb7da2d0f30e012f786686bedea065af01f20a4e2
tree208928d7fd5359e01b80842d6e11534431ad9d7c
parent434551849d279bd24ca132ba4102b0d55823f59e
Allow omission of RES_PACKAGE for status attributions.

FastTrack was being overly cautious about attribution labels
coming from third-party sources.  When no RES_PACKAGE is
defined, we now fall back to using the local package instead
of completely dropping the attribution line.

Fixes http://b/2175531
src/com/android/contacts/util/DataStatus.java