summaryrefslogtreecommitdiffstats
path: root/res/values/qcomstrings.xml
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/qcomstrings.xml
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/qcomstrings.xml')
-rw-r--r--res/values/qcomstrings.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/res/values/qcomstrings.xml b/res/values/qcomstrings.xml
index c76f5c658..ba99a0c57 100644
--- a/res/values/qcomstrings.xml
+++ b/res/values/qcomstrings.xml
@@ -850,6 +850,9 @@
<string name="pref_camera_video_rotation_entry_180">180</string>
<string name="pref_camera_video_rotation_entry_270">270</string>
+ <!-- The message is shown in toast when click showOnMap Menu and there is no map app -->
+ <string name="map_activity_not_found_err">There is no map app for show location.</string>
+
<!-- Continous shot enable message -->
<string name="longshot_enable_message">
Advance features are not supported in continuous shot mode</string>