summaryrefslogtreecommitdiffstats
path: root/res/values/qcomarrays.xml
diff options
context:
space:
mode:
authorSultanxda <sultanxda@gmail.com>2015-11-05 22:15:07 -0800
committerGerrit Code Review <gerrit@cyanogenmod.org>2016-01-19 07:19:46 -0800
commit98ebf87f2449a1a6403b9096992d9e0b9db04a36 (patch)
treecadeb43b10862402ba37c01659f1ec5771798e7b /res/values/qcomarrays.xml
parent48408c91285b1b695ede1c184dfe85c54e78b13b (diff)
downloadandroid_packages_apps_Snap-98ebf87f2449a1a6403b9096992d9e0b9db04a36.tar.gz
android_packages_apps_Snap-98ebf87f2449a1a6403b9096992d9e0b9db04a36.tar.bz2
android_packages_apps_Snap-98ebf87f2449a1a6403b9096992d9e0b9db04a36.zip
SnapdragonCamera: Remove 'off' option for antibanding
Antibanding is very important for UX with regard to photographing in artificial lighting, so don't provide users with an option to turn antibanding off. Change-Id: I080a48a88b6faee69a67df8706e0a3acd1c233f0
Diffstat (limited to 'res/values/qcomarrays.xml')
-rw-r--r--res/values/qcomarrays.xml4
1 files changed, 1 insertions, 3 deletions
diff --git a/res/values/qcomarrays.xml b/res/values/qcomarrays.xml
index 3605ec9e5..99d93630a 100644
--- a/res/values/qcomarrays.xml
+++ b/res/values/qcomarrays.xml
@@ -443,14 +443,12 @@
<item>@string/pref_camera_antibanding_entry_0</item>
<item>@string/pref_camera_antibanding_entry_1</item>
<item>@string/pref_camera_antibanding_entry_2</item>
- <item>@string/pref_camera_antibanding_entry_3</item>
</string-array>
<string-array name="pref_camera_antibanding_entryvalues" translatable="false">
- <item>off</item>
+ <item>auto</item>
<item>50hz</item>
<item>60hz</item>
- <item>auto</item>
</string-array>
<!-- High-framerate recording -->