summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPawit Pornkitprasan <p.pawit@gmail.com>2013-12-25 19:03:43 +0700
committerBruno Martins <bgcngm@gmail.com>2018-11-17 11:24:48 +0000
commit32c0d6083eb2283321127ede02b83838ee58d12c (patch)
treeda44da4ce02ee45dd963f9612b91813c126d1aee
parent3904312ad529661a602c5f189427e99535b709fc (diff)
downloadandroid_packages_apps_Snap-32c0d6083eb2283321127ede02b83838ee58d12c.tar.gz
android_packages_apps_Snap-32c0d6083eb2283321127ede02b83838ee58d12c.tar.bz2
android_packages_apps_Snap-32c0d6083eb2283321127ede02b83838ee58d12c.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
-rwxr-xr-xres/values/qcomstrings.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values/qcomstrings.xml b/res/values/qcomstrings.xml
index 991ab2ea6..e1aaff79d 100755
--- a/res/values/qcomstrings.xml
+++ b/res/values/qcomstrings.xml
@@ -492,7 +492,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>