summaryrefslogtreecommitdiffstats
path: root/res/xml/capture_preferences.xml
diff options
context:
space:
mode:
authorjunjiez <junjiez@codeaurora.org>2017-09-08 16:33:32 +0800
committerzhuw <zhuw@codeaurora.org>2017-10-19 13:52:30 +0800
commitcef1351155f01f810d1fd564f0b5fcfdf9194ebe (patch)
tree6912e493bd6e897329211917ebd19a1c52313164 /res/xml/capture_preferences.xml
parentd666f32f4ef1ce511cecf275e76ace21f58d2fbd (diff)
downloadandroid_packages_apps_Snap-cef1351155f01f810d1fd564f0b5fcfdf9194ebe.tar.gz
android_packages_apps_Snap-cef1351155f01f810d1fd564f0b5fcfdf9194ebe.tar.bz2
android_packages_apps_Snap-cef1351155f01f810d1fd564f0b5fcfdf9194ebe.zip
SnapdragonCamera:Add exposure mode
add exposure mode option to dev options in Camera2 Change-Id: I23d1cfb0e7b03816bfdadea4bebdfc59788a49f7 CRs-Fixed: 2128685
Diffstat (limited to 'res/xml/capture_preferences.xml')
-rw-r--r--res/xml/capture_preferences.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/res/xml/capture_preferences.xml b/res/xml/capture_preferences.xml
index 4207ecf76..8095a9ab0 100644
--- a/res/xml/capture_preferences.xml
+++ b/res/xml/capture_preferences.xml
@@ -393,4 +393,11 @@
camera:title="@string/pref_camera2_afmode_title"
camera:entries="@array/pref_camera2_afmode_entries"
camera:entryValues="@array/pref_camera2_afmode_entryvalues"/>
+
+ <ListPreference
+ camera:key="pref_camera2_exposure_metering_key"
+ camera:defaultValue="@string/pref_camera2_exposure_metering_default"
+ camera:title="@string/pref_camera2_exposure_metering_title"
+ camera:entries="@array/pref_camera2_exposure_metering_entries"
+ camera:entryValues="@array/pref_camera2_exposure_metering_entryvalues" />
</PreferenceGroup>