summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorPawit Pornkitprasan <p.pawit@gmail.com>2013-12-25 19:03:43 +0700
committerChippa-a <vusal1372@gmail.com>2019-10-25 15:55:25 +0300
commite028d26c6377271804e511f496e0ee43649bcdaa (patch)
treece81ddcadac8d44a36748ea0b7686f09eed2f019 /res/values
parent49dbc6fe0c752fede19c4213ca2fa463047608f8 (diff)
downloadandroid_packages_apps_Snap-e028d26c6377271804e511f496e0ee43649bcdaa.tar.gz
android_packages_apps_Snap-e028d26c6377271804e511f496e0ee43649bcdaa.tar.bz2
android_packages_apps_Snap-e028d26c6377271804e511f496e0ee43649bcdaa.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')
-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 a367a1022..f097e4739 100755
--- a/res/values/qcomstrings.xml
+++ b/res/values/qcomstrings.xml
@@ -496,7 +496,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>