summaryrefslogtreecommitdiffstats
path: root/res/values/qcomstrings.xml
diff options
context:
space:
mode:
authorByunghun Jeon <bjeon@codeaurora.org>2016-07-26 16:05:33 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2016-08-16 16:14:28 -0700
commit904d5069547dcb6a90175558ba3c608f0465d1eb (patch)
treed1a93aa193ad8341232e862f97b14f1a4c15c4cf /res/values/qcomstrings.xml
parente379705fbf684da08d1ae3ecb0c49db709deb0b3 (diff)
downloadandroid_packages_apps_Snap-904d5069547dcb6a90175558ba3c608f0465d1eb.tar.gz
android_packages_apps_Snap-904d5069547dcb6a90175558ba3c608f0465d1eb.tar.bz2
android_packages_apps_Snap-904d5069547dcb6a90175558ba3c608f0465d1eb.zip
SnapdragonCamera: Add shutter sound to camera2
Add shutter sound menu to settings and allow user to turn on/off shutter sound in camera2 mode CRs-Fixed: 1050117 Change-Id: I624f28428415b8dde7da6e4908c26dd59bb3fbdb
Diffstat (limited to 'res/values/qcomstrings.xml')
-rw-r--r--res/values/qcomstrings.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/res/values/qcomstrings.xml b/res/values/qcomstrings.xml
index c75be9ab0..330cb8979 100644
--- a/res/values/qcomstrings.xml
+++ b/res/values/qcomstrings.xml
@@ -1026,5 +1026,13 @@
<string name="pref_camera_scenemode_entry_bestpicture" translatable="true">BestPicture</string>
<string name="bestpicture_done" translatable="true">DONE</string>
<string name="bestpicture_at_least_one_picture" translatable="true">At least, one picture has to be chosen.</string>
+
+ <string name="pref_camera2_shutter_sound_default" translatable="true">on</string>
+ <string name="pref_camera2_shutter_sound_value_on" translatable="true">on</string>
+ <string name="pref_camera2_shutter_sound_value_off" translatable="true">off</string>
+
+ <string name="pref_camera2_shutter_sound_entry_on" translatable="true">On</string>
+ <string name="pref_camera2_shutter_sound_entry_off" translatable="true">Off</string>
+ <string name="pref_camera2_shutter_sound_title" translatable="true">Shutter Sound</string>
</resources>