summaryrefslogtreecommitdiffstats
path: root/res/values/qcomarrays.xml
diff options
context:
space:
mode:
authorSultanxda <sultanxda@gmail.com>2015-11-05 22:15:07 -0800
committerBruno Martins <bgcngm@gmail.com>2018-11-20 12:31:35 +0000
commitd54948a36e752cc9e50cd5e885d8c147af4dc200 (patch)
treeda311cf3a76d9047db9fd8dcd8bce9b3b16b5386 /res/values/qcomarrays.xml
parent774b341beb1fe326f441f5d05018c97f2baf635f (diff)
downloadandroid_packages_apps_Snap-d54948a36e752cc9e50cd5e885d8c147af4dc200.tar.gz
android_packages_apps_Snap-d54948a36e752cc9e50cd5e885d8c147af4dc200.tar.bz2
android_packages_apps_Snap-d54948a36e752cc9e50cd5e885d8c147af4dc200.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')
-rwxr-xr-xres/values/qcomarrays.xml4
1 files changed, 1 insertions, 3 deletions
diff --git a/res/values/qcomarrays.xml b/res/values/qcomarrays.xml
index 4285c5097..34212e311 100755
--- a/res/values/qcomarrays.xml
+++ b/res/values/qcomarrays.xml
@@ -448,14 +448,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">
- <item>off</item>
+ <item>auto</item>
<item>50hz</item>
<item>60hz</item>
- <item>auto</item>
</string-array>
<!-- Camera Preferences Histogram dialog box entries -->