From 563b3e61caee2471d7021cf46851e262108cb454 Mon Sep 17 00:00:00 2001 From: Costin Manolache Date: Tue, 29 Sep 2009 18:58:36 -0700 Subject: [PATCH] Remove GAIA string --- .../android/internal/policy/impl/LockPatternKeyguardView.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/policy/com/android/internal/policy/impl/LockPatternKeyguardView.java b/policy/com/android/internal/policy/impl/LockPatternKeyguardView.java index b5add64834448..1f1a1d48ae4e7 100644 --- a/policy/com/android/internal/policy/impl/LockPatternKeyguardView.java +++ b/policy/com/android/internal/policy/impl/LockPatternKeyguardView.java @@ -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;