summaryrefslogtreecommitdiffstats
path: root/res/values
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
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')
-rw-r--r--res/values/qcomarrays.xml11
-rw-r--r--res/values/qcomstrings.xml10
2 files changed, 21 insertions, 0 deletions
diff --git a/res/values/qcomarrays.xml b/res/values/qcomarrays.xml
index 156c8d456..f54c22971 100644
--- a/res/values/qcomarrays.xml
+++ b/res/values/qcomarrays.xml
@@ -465,6 +465,17 @@
<item>@string/pref_camera_histogram_value_enable</item>
</string-array>
+ <!-- Camera Preferences selfie flash entries -->
+ <string-array name="pref_selfie_flash_entries">
+ <item>@string/pref_selfie_flash_entry_off</item>
+ <item>@string/pref_selfie_flash_entry_on</item>
+ </string-array>
+
+ <string-array name="pref_selfie_flash_entryvalues" translatable="false">
+ <item>off</item>
+ <item>on</item>
+ </string-array>
+
<!-- Camera Preferences Face Detection dialog box entries -->
<string-array name="pref_camera_facedetection_entries">
<item>@string/pref_camera_facedetection_entry_off</item>
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>