Merge "Do not send deactivate SMS because the account may be unprovisioned." into mnc-dev
diff --git a/src/com/android/phone/vvm/omtp/SimChangeReceiver.java b/src/com/android/phone/vvm/omtp/SimChangeReceiver.java
index 9aff2d7..9243748 100644
--- a/src/com/android/phone/vvm/omtp/SimChangeReceiver.java
+++ b/src/com/android/phone/vvm/omtp/SimChangeReceiver.java
@@ -101,7 +101,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;