summaryrefslogtreecommitdiffstats
path: root/res/xml/capture_preferences.xml
diff options
context:
space:
mode:
authorxianming wang <mingwax@codeaurora.org>2018-02-12 16:48:53 +0800
committerxianming wang <mingwax@codeaurora.org>2018-02-14 14:35:57 +0800
commit957d3c1fd307f68d55a4c724b19fd77bbf947649 (patch)
treea059da60c403afe77e26702a8139e70efcbbc353 /res/xml/capture_preferences.xml
parent6867370538b66443b62f35aea7a030f313c3bb75 (diff)
downloadandroid_packages_apps_Snap-957d3c1fd307f68d55a4c724b19fd77bbf947649.tar.gz
android_packages_apps_Snap-957d3c1fd307f68d55a4c724b19fd77bbf947649.tar.bz2
android_packages_apps_Snap-957d3c1fd307f68d55a4c724b19fd77bbf947649.zip
SnapdragonCamera: Complete the function of EIS and FOVC
Completed the function of EIS and FOVC, set the outConfigrations for EIS and FOVC. CRs-Fixed: 2189663 Change-Id: I64dea42bfcf879f01645ae9a7303a0fd60134843
Diffstat (limited to 'res/xml/capture_preferences.xml')
-rwxr-xr-xres/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 9bf560370..4cb1a7068 100755
--- a/res/xml/capture_preferences.xml
+++ b/res/xml/capture_preferences.xml
@@ -426,4 +426,11 @@
camera:title="@string/pref_camera2_eis_title"
camera:entries="@array/pref_camera2_eis_entries"
camera:entryValues="@array/pref_camera2_eis_entryvalues" />
+
+ <ListPreference
+ camera:key="pref_camera2_fovc_key"
+ camera:defaultValue="@string/pref_camera2_fovc_default"
+ camera:title="@string/pref_camera2_fovc_title"
+ camera:entries="@array/pref_camera2_fovc_entries"
+ camera:entryValues="@array/pref_camera2_fovc_entryvalues" />
</PreferenceGroup>