summaryrefslogtreecommitdiffstats
path: root/res/values-zh-rCN
diff options
context:
space:
mode:
authorkaiyiz <kaiyiz@codeaurora.org>2014-11-27 10:36:48 +0800
committerGerrit - the friendly Code Review server <code-review@localhost>2014-11-30 20:27:33 -0800
commit1011037364354a9371a39e407b98fae211e104d9 (patch)
tree69e3b222d84be040dfb34404fafc834a85854a7a /res/values-zh-rCN
parentbbf8105892d0e8fea832a0c71d2acd471b1ade0f (diff)
downloadandroid_packages_apps_Snap-1011037364354a9371a39e407b98fae211e104d9.tar.gz
android_packages_apps_Snap-1011037364354a9371a39e407b98fae211e104d9.tar.bz2
android_packages_apps_Snap-1011037364354a9371a39e407b98fae211e104d9.zip
SnapdragonCamera: fix app crash when there is no map app
ActivityNotFoundException happened after click showOnMap menu when there is no map app. Catch the Exception to avoid app crash. CRs-Fixed: 753928 Change-Id: I1cf6e5f098f239719750840508b715a08e9a5e45
Diffstat (limited to 'res/values-zh-rCN')
-rw-r--r--res/values-zh-rCN/strings.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/res/values-zh-rCN/strings.xml b/res/values-zh-rCN/strings.xml
index 42a59a262..fc1e3c320 100644
--- a/res/values-zh-rCN/strings.xml
+++ b/res/values-zh-rCN/strings.xml
@@ -514,6 +514,9 @@
<string name="pref_camera_auto_hdr_entry_enable">开</string>
<string name="pref_camera_auto_hdr_entry_disable">关</string>
+ <!-- The message is shown in toast when click showOnMap Menu and there is no map app -->
+ <string name="map_activity_not_found_err">没有地图应用显示地理位置信息</string>
+
<!-- toast about switch storage -->
<string name="on_switch_save_path_to_sdcard">内部存储空间不足,已切换存储到SD卡</string>
</resources>