summaryrefslogtreecommitdiffstats
path: root/res/values/qcomstrings.xml
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2014-12-06 04:57:23 -0800
committerGerrit - the friendly Code Review server <code-review@localhost>2014-12-06 04:57:23 -0800
commitf304deff7729e4199760f74687b96494232232de (patch)
tree1a850c2ece127b65ebd77b2bb5c95f0cd9236949 /res/values/qcomstrings.xml
parentbe01dc243365529c173e4e7ea17833d927974a8c (diff)
parent1011037364354a9371a39e407b98fae211e104d9 (diff)
downloadandroid_packages_apps_Snap-f304deff7729e4199760f74687b96494232232de.tar.gz
android_packages_apps_Snap-f304deff7729e4199760f74687b96494232232de.tar.bz2
android_packages_apps_Snap-f304deff7729e4199760f74687b96494232232de.zip
Merge "SnapdragonCamera: fix app crash when there is no map app"
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>