Merge change 21231 into eclair-dev

* changes:
  Remove reference to missing bindStatic() method.
diff --git a/src/com/android/contacts/ContactsGroupSyncSelector.java b/src/com/android/contacts/ContactsGroupSyncSelector.java
index a94f8db..6dab084 100644
--- a/src/com/android/contacts/ContactsGroupSyncSelector.java
+++ b/src/com/android/contacts/ContactsGroupSyncSelector.java
@@ -164,7 +164,7 @@
             bundle.putCharSequence("optional_message", getText(R.string.contactsSyncPlug));
             AccountManager.get(this).getAuthTokenByFeatures(
                     GoogleLoginServiceConstants.ACCOUNT_TYPE, Gmail.GMAIL_AUTH_SERVICE,
-                    new String[]{GoogleLoginServiceConstants.FEATURE_GOOGLE_OR_DASHER}, this,
+                    new String[]{GoogleLoginServiceConstants.FEATURE_HOSTED_OR_GOOGLE}, this,
                     bundle, null /* loginOptions */, new Future2Callback() {
                 public void run(Future2 future) {
                     try {