Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b5b67779 authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change I7fa8c508 into eclair-mr2

* changes:
  make erase-password-on-SIM-change optional
parents 770d5c4f 7fa8c508
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -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();