summaryrefslogtreecommitdiffstats
path: root/res/values/qcomstrings.xml
diff options
context:
space:
mode:
authorCamera Software Integration <camswint@localhost>2015-10-28 16:01:21 -0700
committerCamera Software Integration <camswint@localhost>2015-12-22 16:21:35 +0530
commit4a07f92f3edf930a58cf810831a243001a9ad31e (patch)
tree9f1082a763d89a4c8e7b4955f69b1421ad8f5eb4 /res/values/qcomstrings.xml
parent854974258687f49cab1216fc32f75a3cdbc4785f (diff)
downloadandroid_packages_apps_Snap-4a07f92f3edf930a58cf810831a243001a9ad31e.tar.gz
android_packages_apps_Snap-4a07f92f3edf930a58cf810831a243001a9ad31e.tar.bz2
android_packages_apps_Snap-4a07f92f3edf930a58cf810831a243001a9ad31e.zip
SnapdragonCamera: Implementing SelfieFlash feature
Introducing SelfieFlash feature. Change-Id: I7b73d9db585038640b715092b01e037538ef68aa CRs-Fixed: 937232
Diffstat (limited to 'res/values/qcomstrings.xml')
-rw-r--r--res/values/qcomstrings.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/res/values/qcomstrings.xml b/res/values/qcomstrings.xml
index 48c043af9..414d8f9c8 100644
--- a/res/values/qcomstrings.xml
+++ b/res/values/qcomstrings.xml
@@ -291,6 +291,16 @@
<string name="pref_camera_facedetection_entry_off">Off</string>
<string name="pref_camera_facedetection_entry_on">On</string>
+ <!-- Default Selfie Flash setting. -->
+ <string name="pref_selfie_flash_default" translatable="false">on</string>
+
+ <!-- Settings screen, Selfie Flash Detection -->
+ <string name="pref_selfie_flash_title">Selfie Flash</string>
+
+ <!-- Settings menu, Selfie Flash choices -->
+ <string name="pref_selfie_flash_entry_off">Off</string>
+ <string name="pref_selfie_flash_entry_on">On</string>
+
<!-- Default redeye reduction setting. -->
<string name="pref_camera_redeyereduction_default" translatable="false">disable</string>