am ad0bcc40: am 9fba1644: am e805e468: am bb521eea: Merge "Do not send deactivate SMS because the account may be unprovisioned." into mnc-dev
* commit 'ad0bcc4020e37a7706160e3c53793f0ab3b24b94':
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;