summaryrefslogtreecommitdiffstats
path: root/res/values/qcomarrays.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/qcomarrays.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/qcomarrays.xml')
-rw-r--r--res/values/qcomarrays.xml11
1 files changed, 11 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>