am 9fba1644: am e805e468: am bb521eea: Merge "Do not send deactivate SMS because the account may be unprovisioned." into mnc-dev
* commit '9fba1644ae521901662898cdbe19cfd3d3585e4b':
Do not send deactivate SMS because the account may be unprovisioned.
diff --git a/src/com/android/phone/vvm/omtp/SimChangeReceiver.java b/src/com/android/phone/vvm/omtp/SimChangeReceiver.java
index e467bb3..a3255e3 100644
--- a/src/com/android/phone/vvm/omtp/SimChangeReceiver.java
+++ b/src/com/android/phone/vvm/omtp/SimChangeReceiver.java
@@ -104,7 +104,7 @@
// It may be that the source was not registered to begin with but we want
// to run through the steps to remove the source just in case.
OmtpVvmSourceManager.getInstance(context).removeSource(phoneAccount);
- carrierConfigHelper.startDeactivation();
+ Log.v(TAG, "Sim change for disabled account.");
}
}
break;