Disable interactive CDMA provisioning
Temporary unblocking fix until we can get UI running for CDMA
provisioning again.
bug:10564873
Change-Id: Ic395f19e854cfc5249fe247ebe86d6df15b28334
diff --git a/src/com/android/phone/InCallScreenShowActivation.java b/src/com/android/phone/InCallScreenShowActivation.java
index 221b915..243b437 100644
--- a/src/com/android/phone/InCallScreenShowActivation.java
+++ b/src/com/android/phone/InCallScreenShowActivation.java
@@ -69,7 +69,9 @@
// On voice-capable devices, we perform CDMA provisioning in
// "interactive" mode by directly launching the InCallScreen.
- boolean interactiveMode = PhoneGlobals.sVoiceCapable;
+ // boolean interactiveMode = PhoneGlobals.sVoiceCapable;
+ // TODO(klp): Renable interactive mode for device provisioning.
+ boolean interactiveMode = false;
Log.d(LOG_TAG, "ACTION_PERFORM_CDMA_PROVISIONING (interactiveMode = "
+ interactiveMode + ")...");