From 8815dd2a2fdf3a778099a5f5c14d334cc72b6ff8 Mon Sep 17 00:00:00 2001 From: weijiew Date: Fri, 23 Dec 2016 16:19:43 +0800 Subject: SnapdragonCamera: Add features to developer option MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Description: 1、Add Histogram support to developer option 2、Add HDR & Non-HDR support to developer option 3、Add Saturation Level support to developer option 4、Add Anti Banding support to developer option Change-Id: I2db7e1be65a6b3ee04ebc46cb214dc1cc9667fc6 CRs-Fixed: 1103649 --- res/xml/capture_preferences.xml | 28 +++++++++++++++++++++++++ res/xml/setting_menu_preferences.xml | 40 ++++++++++++++++++++++++++++++++++++ 2 files changed, 68 insertions(+) mode change 100755 => 100644 res/xml/capture_preferences.xml mode change 100755 => 100644 res/xml/setting_menu_preferences.xml (limited to 'res/xml') diff --git a/res/xml/capture_preferences.xml b/res/xml/capture_preferences.xml old mode 100755 new mode 100644 index cab23a027..67893979e --- a/res/xml/capture_preferences.xml +++ b/res/xml/capture_preferences.xml @@ -307,4 +307,32 @@ camera:entryValues="@array/pref_camera2_instant_aec_entryvalues" camera:key="pref_camera2_instant_aec_key" camera:title="@string/pref_camera2_instant_aec_title" /> + + + + + + + + diff --git a/res/xml/setting_menu_preferences.xml b/res/xml/setting_menu_preferences.xml old mode 100755 new mode 100644 index 31e5475c0..94f6fd9f7 --- a/res/xml/setting_menu_preferences.xml +++ b/res/xml/setting_menu_preferences.xml @@ -289,5 +289,45 @@ android:layout="@layout/preference" android:summary="%s" android:title="@string/pref_camera2_instant_aec_title" /> + + + + + -- cgit v1.2.3