summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPawit Pornkitprasan <p.pawit@gmail.com>2013-12-25 19:03:43 +0700
committerMichael Bestas <mikeioannina@gmail.com>2015-09-17 23:26:01 +0300
commitec002ce982ff39ff1a527cae246f55a4828ef1d7 (patch)
tree07d171167457e860d15af4230aee083178acdaa6
parentf5abf2bebe9969b19a92d9d7cfca58cfbe3c34f4 (diff)
downloadandroid_packages_apps_Snap-ec002ce982ff39ff1a527cae246f55a4828ef1d7.tar.gz
android_packages_apps_Snap-ec002ce982ff39ff1a527cae246f55a4828ef1d7.tar.bz2
android_packages_apps_Snap-ec002ce982ff39ff1a527cae246f55a4828ef1d7.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
-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 b3af06b89..367a226fa 100644
--- a/res/values/qcomstrings.xml
+++ b/res/values/qcomstrings.xml
@@ -437,7 +437,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>