Merge "Invalidate launchMenuActivity at the time of call"
am: 7ea9a57532

Change-Id: I5c33445f09095ce3c0ae4fc7e54eaeaa77acbf7e
diff --git a/src/com/android/stk/StkAppService.java b/src/com/android/stk/StkAppService.java
index dee17ef..c2c8874 100755
--- a/src/com/android/stk/StkAppService.java
+++ b/src/com/android/stk/StkAppService.java
@@ -1084,8 +1084,6 @@
                 resMsg.setResultCode(ResultCode.OK);
                 resMsg.setConfirmation(confirmed);
                 if (confirmed) {
-                    CatLog.d(this, "Going back to mainMenu before starting a call.");
-                    launchMenuActivity(null, slotId);
                     launchEventMessage(slotId,
                             mStkContext[slotId].mCurrentCmd.getCallSettings().callMsg);
                 }