summaryrefslogtreecommitdiffstats
path: root/res/values/camera2arrays.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/values/camera2arrays.xml')
-rwxr-xr-x[-rw-r--r--]res/values/camera2arrays.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/res/values/camera2arrays.xml b/res/values/camera2arrays.xml
index fbb70b984..ca6234944 100644..100755
--- a/res/values/camera2arrays.xml
+++ b/res/values/camera2arrays.xml
@@ -946,4 +946,16 @@ for time lapse recording -->
<item>@string/pref_camera2_shutter_sound_value_on</item>
<item>@string/pref_camera2_shutter_sound_value_off</item>
</string-array>
+
+ <string-array name="pref_camera2_instant_aec_entryvalues" translatable="false">
+ <item>0</item>
+ <item>1</item>
+ <item>2</item>
+ </string-array>
+
+ <string-array name="pref_camera2_instant_aec_entries" translatable="true">
+ <item>@string/pref_camera2_instant_aec_entry_disable</item>
+ <item>@string/pref_camera2_instant_aec_entry_aggressive</item>
+ <item>@string/pref_camera2_instant_aec_entry_fast</item>
+ </string-array>
</resources>