summaryrefslogtreecommitdiffstats
path: root/res/values/camera2arrays.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/values/camera2arrays.xml')
-rw-r--r--res/values/camera2arrays.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/res/values/camera2arrays.xml b/res/values/camera2arrays.xml
index b2cb97958..ac569f473 100644
--- a/res/values/camera2arrays.xml
+++ b/res/values/camera2arrays.xml
@@ -785,4 +785,14 @@ for time lapse recording -->
<item>@string/pref_video_time_lapse_frame_interval_54000000</item>
<item>@string/pref_video_time_lapse_frame_interval_86400000</item>
</string-array>
+
+ <string-array name="pref_camera2_facedetection_entries" translatable="false">
+ <item>@string/pref_camera_facedetection_entry_off</item>
+ <item>@string/pref_camera_facedetection_entry_on</item>
+ </string-array>
+
+ <string-array name="pref_camera2_facedetection_entryvalues" translatable="false">
+ <item>off</item>
+ <item>on</item>
+ </string-array>
</resources>