am 56755f77: Remove GAIA string

Merge commit '56755f77eb93310aab45013b29fd9614ebb72282'

* commit '56755f77eb93310aab45013b29fd9614ebb72282':
  Remove GAIA string
This commit is contained in:
Costin Manolache
2009-10-01 11:51:06 -07:00
committed by Android Git Automerger

View File

@@ -188,7 +188,7 @@ public class LockPatternKeyguardView extends KeyguardViewBase
but need to make sure that it will work in the "locked screen" mode. */
String[] features = new String[] {"saml"};
AccountManager.get(context).getAccountsByTypeAndFeatures(
"com.google.GAIA", features, this, null);
"com.google", features, this, null);
}
mEnableFallback = false;