summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorCamera Software Integration <camswint@localhost>2015-10-28 16:01:21 -0700
committerGerrit Code Review <gerrit@cyanogenmod.org>2016-02-17 12:54:54 -0800
commit467196121cd51f298ef08aee1847d05270b46c81 (patch)
tree9206bb03da223bb633d5ec4e2de25512789f09e9 /res/values
parent22c9b14239c5fd517f2ebff84d499e3b30a36551 (diff)
downloadandroid_packages_apps_Snap-467196121cd51f298ef08aee1847d05270b46c81.tar.gz
android_packages_apps_Snap-467196121cd51f298ef08aee1847d05270b46c81.tar.bz2
android_packages_apps_Snap-467196121cd51f298ef08aee1847d05270b46c81.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.xml4
2 files changed, 15 insertions, 0 deletions
diff --git a/res/values/qcomarrays.xml b/res/values/qcomarrays.xml
index 3124eaa41..6ae192645 100644
--- a/res/values/qcomarrays.xml
+++ b/res/values/qcomarrays.xml
@@ -498,6 +498,17 @@
<item>enable</item>
</string-array>
+ <!-- Selfie flash -->
+ <string-array name="pref_selfie_flash_entries" translatable="false">
+ <item>@string/setting_off</item>
+ <item>@string/setting_on</item>
+ </string-array>
+
+ <string-array name="pref_selfie_flash_entryvalues" translatable="false">
+ <item>off</item>
+ <item>on</item>
+ </string-array>
+
<!-- Face detection -->
<string-array name="pref_camera_facedetection_entries" translatable="false">
<item>@string/setting_off</item>
diff --git a/res/values/qcomstrings.xml b/res/values/qcomstrings.xml
index 856fc241a..d96375f68 100644
--- a/res/values/qcomstrings.xml
+++ b/res/values/qcomstrings.xml
@@ -156,6 +156,10 @@
<string name="pref_camera_facedetection_title">Face detection</string>
<string name="pref_camera_facedetection_default" translatable="false">on</string>
+ <!-- Selfie Flash -->
+ <string name="pref_selfie_flash_title">Selfie flash</string>
+ <string name="pref_selfie_flash_default" translatable="false">off</string>
+
<!-- Red eye reduction -->
<string name="pref_camera_redeyereduction_title">Red eye reduction</string>
<string name="pref_camera_redeyereduction_default" translatable="false">disable</string>