summaryrefslogtreecommitdiffstats
path: root/res/xml/capture_preferences.xml
diff options
context:
space:
mode:
authorJack Yoo <jyoo@codeaurora.org>2016-04-06 16:07:22 -0700
committerSteve Kondik <steve@cyngn.com>2016-08-25 21:55:20 -0700
commit82ac005d6ead4918cfd146bf06175e1037b7a2f1 (patch)
tree6b9edacce7d25a4d631d3ca80b528af97f6d31b3 /res/xml/capture_preferences.xml
parent66574c1b1c69f3489e117f8910af1c672395a3bc (diff)
downloadandroid_packages_apps_Snap-82ac005d6ead4918cfd146bf06175e1037b7a2f1.tar.gz
android_packages_apps_Snap-82ac005d6ead4918cfd146bf06175e1037b7a2f1.tar.bz2
android_packages_apps_Snap-82ac005d6ead4918cfd146bf06175e1037b7a2f1.zip
SnapdragonCamera: FrameProcessor
Introducing Frameprocessor with beautifiation. Change-Id: Ie6d8f4157a7d0c1a21e6f347457e84685e397286 CRs-Fixed: 1023183
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 3dad3a701..5e9235e34 100644
--- a/res/xml/capture_preferences.xml
+++ b/res/xml/capture_preferences.xml
@@ -183,4 +183,11 @@
camera:key="pref_camera2_initial_camera_key"
camera:entries="@array/pref_camera2_initial_camera_entries"
camera:entryValues="@array/pref_camera2_initial_camera_entryvalues"/>
+
+ <ListPreference
+ camera:defaultValue="off"
+ camera:key="pref_camera2_makeup_key"
+ camera:entries="@array/pref_camera2_makeup_entries"
+ camera:entryValues="@array/pref_camera2_makeup_entryvalues"
+ camera:title="@string/pref_camera2_makeup_title"/>
</PreferenceGroup>