summaryrefslogtreecommitdiffstats
path: root/res/xml
diff options
context:
space:
mode:
authorAbhishek Pant <apant@codeaurora.org>2013-12-04 15:51:48 +0530
committerAbhishek Pant <apant@codeaurora.org>2014-06-06 18:57:35 +0530
commitcb4748b2c5e264fc5185005d366cbdf5db140674 (patch)
treee66e3261880f96876eac62390562806fec0c2ddd /res/xml
parentae531060071669eb4fcb10f04420f941bc04115c (diff)
downloadandroid_packages_apps_Snap-cb4748b2c5e264fc5185005d366cbdf5db140674.tar.gz
android_packages_apps_Snap-cb4748b2c5e264fc5185005d366cbdf5db140674.tar.bz2
android_packages_apps_Snap-cb4748b2c5e264fc5185005d366cbdf5db140674.zip
Camera2: Adding support for Auto HDR
Adding support for Auto HDR for camera application. CRs-fixed: 629556 Change-Id: I02cdc2accb3e9fd4a9039b7f632ba3eb04fcc798
Diffstat (limited to 'res/xml')
-rw-r--r--res/xml/camera_preferences.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/res/xml/camera_preferences.xml b/res/xml/camera_preferences.xml
index db56927a7..f1d16fda5 100644
--- a/res/xml/camera_preferences.xml
+++ b/res/xml/camera_preferences.xml
@@ -250,4 +250,10 @@
camera:entries="@array/pref_camera_longshot_entries"
camera:entryValues="@array/pref_camera_longshot_entryvalues" />
+ <ListPreference
+ camera:key="pref_camera_auto_hdr_key"
+ camera:defaultValue="@string/pref_camera_auto_hdr_default"
+ camera:title="@string/pref_camera_auto_hdr_title"
+ camera:entries="@array/pref_camera_auto_hdr_entries"
+ camera:entryValues="@array/pref_camera_auto_hdr_entryvalues" />
</PreferenceGroup>