Loading core/java/android/accounts/AccountManagerService.java +5 −1 Original line number Diff line number Diff line Loading @@ -223,7 +223,11 @@ public class AccountManagerService mBindHelper = new AuthenticatorBindHelper(mContext, mAuthenticatorCache, mMessageHandler, MESSAGE_CONNECTED, MESSAGE_DISCONNECTED); if (SystemProperties.getBoolean("ro.config.sim_password_clear", false)) { mSimWatcher = new SimWatcher(mContext); } else { mSimWatcher = null; } sThis.set(this); onRegisteredServicesCacheChanged(); Loading Loading
core/java/android/accounts/AccountManagerService.java +5 −1 Original line number Diff line number Diff line Loading @@ -223,7 +223,11 @@ public class AccountManagerService mBindHelper = new AuthenticatorBindHelper(mContext, mAuthenticatorCache, mMessageHandler, MESSAGE_CONNECTED, MESSAGE_DISCONNECTED); if (SystemProperties.getBoolean("ro.config.sim_password_clear", false)) { mSimWatcher = new SimWatcher(mContext); } else { mSimWatcher = null; } sThis.set(this); onRegisteredServicesCacheChanged(); Loading