summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorWink Saville <wink@google.com>2014-04-30 04:22:02 +0000
committerWink Saville <wink@google.com>2014-04-30 04:22:02 +0000
commita457689e026d439bc61b77a04c5c103326679838 (patch)
tree118b5fb84fcada6bf46172a2cc193a0a5591dcf8 /src
parent38fe6a6cdb6b0a4c9ccf7040b82e4f08f7662833 (diff)
downloadStk-a457689e026d439bc61b77a04c5c103326679838.tar.gz
Revert "Stk: Add Support for alpha in REFRESH command."
This reverts commit 38fe6a6cdb6b0a4c9ccf7040b82e4f08f7662833. Change-Id: Ib80556ba6981d06152e3c4a36504f6712a59ceac
Diffstat (limited to 'src')
-rw-r--r--src/com/android/stk/StkAppService.java11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/com/android/stk/StkAppService.java b/src/com/android/stk/StkAppService.java
index 12ef044..9ed4555 100644
--- a/src/com/android/stk/StkAppService.java
+++ b/src/com/android/stk/StkAppService.java
@@ -329,7 +329,6 @@ public class StkAppService extends Service implements Runnable {
case SEND_USSD:
case SET_UP_IDLE_MODE_TEXT:
case SET_UP_MENU:
- case REFRESH:
case CLOSE_CHANNEL:
case RECEIVE_DATA:
case SEND_DATA:
@@ -440,16 +439,6 @@ public class StkAppService extends Service implements Runnable {
waitForUsersResponse = false;
launchEventMessage();
break;
- case REFRESH:
- waitForUsersResponse = false;
- launchEventMessage();
- // Idle mode text needs to be cleared for init or reset modes of refresh.
- if (cmdMsg.isRefreshResetOrInit()) {
- mNotificationManager.cancel(STK_NOTIFICATION_ID);
- mIdleModeTextCmd = null;
- CatLog.d(this, "Clean idle mode text due to refresh");
- }
- break;
case LAUNCH_BROWSER:
launchConfirmationDialog(mCurrentCmd.geTextMessage());
break;