summaryrefslogtreecommitdiffstats
path: root/res/values-zh-rCN
diff options
context:
space:
mode:
authorkaiyiz <kaiyiz@codeaurora.org>2013-08-31 15:24:42 +0800
committerkaiyiz <kaiyiz@codeaurora.org>2013-09-11 13:06:29 +0800
commit1c412994a1fee1672ace97dde6a425e379fbc963 (patch)
treeb3c6b8513c427c9a1349497d384a295e22c6ee28 /res/values-zh-rCN
parent28f5c8b9076988c4494490663f47296809ddb8e6 (diff)
downloadandroid_packages_apps_Gello-1c412994a1fee1672ace97dde6a425e379fbc963.tar.gz
android_packages_apps_Gello-1c412994a1fee1672ace97dde6a425e379fbc963.tar.bz2
android_packages_apps_Gello-1c412994a1fee1672ace97dde6a425e379fbc963.zip
Browser: Add tips for new message received in full-screen mode
When the browser is running in full-screen mode,the status bar is hidden,so the new message received notification can't be viewed timely by the user. Add a receiver to monitor the custom broadcast from MMS, and using toast to alert users the new message received in full-screen mode. CRs-Fixed: 534580 Change-Id: Ie3f3d6896ec30caa07303fe6e8917676e0e629a0
Diffstat (limited to 'res/values-zh-rCN')
-rw-r--r--res/values-zh-rCN/strings.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/res/values-zh-rCN/strings.xml b/res/values-zh-rCN/strings.xml
index e3df6d7e..7d0223c7 100644
--- a/res/values-zh-rCN/strings.xml
+++ b/res/values-zh-rCN/strings.xml
@@ -459,4 +459,6 @@
<string name="download_path_unavailable_dlg_title">浏览器的下载路径不可达</string>
<string name="download_path_unavailable_dlg_msg">请重新设置浏览器的下载路径</string>
<string name="activity_not_found">没有找到处理 Intent <xliff:g id="NOACTIVITY">%s</xliff:g> 的Activity.</string>
+ <!-- Toast message displayed when the full screen received message -->
+ <string name="received_message_full_screen">收到来自: <xliff:g id="FROM">%s</xliff:g> 的一条消息.</string>
</resources>