summaryrefslogtreecommitdiffstats
path: root/res/values/qcomstrings.xml
diff options
context:
space:
mode:
authorPawit Pornkitprasan <p.pawit@gmail.com>2013-12-25 19:03:43 +0700
committerMichael Bestas <mikeioannina@gmail.com>2017-01-04 21:57:36 +0200
commit88e4d3b55110cf182336e0c6f659541c9507f7c6 (patch)
tree0138bcee6155996baff3169db658f5ca6b266025 /res/values/qcomstrings.xml
parentfe30bb56de08e375e3856fae544eb98664b7ce32 (diff)
downloadandroid_packages_apps_Snap-88e4d3b55110cf182336e0c6f659541c9507f7c6.tar.gz
android_packages_apps_Snap-88e4d3b55110cf182336e0c6f659541c9507f7c6.tar.bz2
android_packages_apps_Snap-88e4d3b55110cf182336e0c6f659541c9507f7c6.zip
Camera2: enable antibanding by default
The default for antibanding should be "auto", otherwise there will be banding effect when taking photos in certain lighting. Normally, the default on most devices is "auto" (depends on Camera HAL). But the code from CAF changed it so that the Camera app explicitly change it to "off". Change-Id: Id0c2ef6e17bac74d22e12213ab2ed26c1c73783d
Diffstat (limited to 'res/values/qcomstrings.xml')
-rw-r--r--res/values/qcomstrings.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values/qcomstrings.xml b/res/values/qcomstrings.xml
index 476253597..6a58be524 100644
--- a/res/values/qcomstrings.xml
+++ b/res/values/qcomstrings.xml
@@ -486,7 +486,7 @@
<string name="pref_camera_antibanding_title">Anti Banding</string>
<!-- Default Anti Banding setting. -->
- <string name="pref_camera_antibanding_default">off</string>
+ <string name="pref_camera_antibanding_default">auto</string>
<!-- Settings screen, Anti Banding entries -->
<string name="pref_camera_antibanding_entry_0">Off</string>