summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorPawit Pornkitprasan <p.pawit@gmail.com>2013-12-25 19:03:43 +0700
committerSteve Kondik <steve@cyngn.com>2016-11-02 12:22:25 -0700
commite1bdc295405e3bc81b653e658654d48848378410 (patch)
tree18c35abf6e3639d1baf8b7e55e319e0e9fc9174c /res
parent84e0cd27fe5fa4e7d7c42fbef6d3cb911bf1c231 (diff)
downloadandroid_packages_apps_Snap-e1bdc295405e3bc81b653e658654d48848378410.tar.gz
android_packages_apps_Snap-e1bdc295405e3bc81b653e658654d48848378410.tar.bz2
android_packages_apps_Snap-e1bdc295405e3bc81b653e658654d48848378410.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')
-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>