summaryrefslogtreecommitdiffstats
path: root/res/values/qcomarrays.xml
diff options
context:
space:
mode:
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>