summaryrefslogtreecommitdiff
path: root/res/values-zh-rCN
diff options
context:
space:
mode:
authorLegler Wu <legler.wu@mediatek.com>2014-10-27 00:57:18 +0800
committerAmit Mahajan <amitmahajan@google.com>2014-12-17 01:11:13 +0000
commitaeefef5980a88d0dff10f4c81300789dca4aa1a5 (patch)
treea8d6fffe2287ea3e59eff42fce729a22492f1805 /res/values-zh-rCN
parentb2eec4f28ef152df475169ce11641d0775cc61a6 (diff)
downloadStk-aeefef5980a88d0dff10f4c81300789dca4aa1a5.tar.gz
Stk App bug fix and code refine.
Major changes: 1. StkAppService.java : line272~279: use getInstance(slotId)@CatService to get instance of cat service instead. line303~307: remove redundant codes line457~485: remove redundant codes line693~695: fix the NPE if the first proactive command is not SET_UP_MENU. line1109~1116: remove redundant codes. 2. StkMain.java (new file, is the launcher of Stk without UI(No_Display theme) : To fix a short flash problem when entering Stk app for one SIM inserted case. If inserted one SIM, it starts StkMenuActivity for showing main menu of the SIM. If inserted two SIMs, it starts StkLauncherActivity which shows a list for inserted SIMs. Bug: 18705342 Change-Id: If777f1cc0a16df38d1b534cd60ed7850b6072b22
Diffstat (limited to 'res/values-zh-rCN')
-rw-r--r--res/values-zh-rCN/strings.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/values-zh-rCN/strings.xml b/res/values-zh-rCN/strings.xml
index 60aba27..05b591a 100644
--- a/res/values-zh-rCN/strings.xml
+++ b/res/values-zh-rCN/strings.xml
@@ -40,4 +40,5 @@
<string name="default_close_channel_msg" msgid="765364262263839824">"已关闭通道"</string>
<string name="stk_dialog_accept" msgid="8498901537508923727">"是"</string>
<string name="stk_dialog_reject" msgid="921848059485746796">"否"</string>
+ <string name="no_sim_card_inserted">请插入SIM卡以启动SIM卡应用</string>
</resources>