merge from open-source master

Merge commit 'goog/stage-korg-master' into HEAD
This commit is contained in:
Jean-Baptiste Queru
2009-11-15 14:03:15 -08:00

View File

@@ -690,6 +690,7 @@ public abstract class AbstractSyncableContentProvider extends SyncableContentPro
while (c.moveToNext()) {
String accountName = c.getString(0);
String accountType = c.getString(1);
if ("localhost".equals(accountType)) continue;
if (TextUtils.isEmpty(accountName)) {
continue;
}