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;