Do not send deactivate SMS because the account may be unprovisioned.

Sending an deactivate text upon reboot results in bad user experience
and unnecessary pings to the carrier especially when the visual
voicemail account may be unprovisioned (which results in an error
returned from the carrier).

Bug: 23370330
Change-Id: I816803d481328a47cdf2b946f26a5dcb7f711280
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;