summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorPawit Pornkitprasan <p.pawit@gmail.com>2013-12-25 19:03:43 +0700
committerArne Coucheron <arco68@gmail.com>2018-01-26 00:51:14 +0100
commit2799209042eecd84c91950a58047684a9b8073f6 (patch)
treed72ded9627071fb52be353d04142721caeb54007 /res
parent79a276070e613e9b04ad0c06036a876c0602d941 (diff)
downloadandroid_packages_apps_Snap-2799209042eecd84c91950a58047684a9b8073f6.tar.gz
android_packages_apps_Snap-2799209042eecd84c91950a58047684a9b8073f6.tar.bz2
android_packages_apps_Snap-2799209042eecd84c91950a58047684a9b8073f6.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')
-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 c8ba1fe1b..ee9e4d017 100755
--- 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>