Remove GAIA string

This commit is contained in:
Costin Manolache
2009-09-29 18:58:36 -07:00
parent 39187ab260
commit 563b3e61ca

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;