summaryrefslogtreecommitdiffstats
path: root/res/xml/capture_preferences.xml
diff options
context:
space:
mode:
authorCamera Software Integration <camswint@localhost>2016-06-07 22:50:54 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2016-06-07 22:50:54 -0700
commitbad5188620be4868156da276cf8ba890288d1987 (patch)
treeab46756cb70019452b1bb73833cea5990d7e9d8a /res/xml/capture_preferences.xml
parenta2b6a691f7e9eb88a4ab44e01381d7a1682e5d77 (diff)
parenta02710a35bfd859dbaae3557d4f278d5b1a80ab6 (diff)
downloadandroid_packages_apps_Snap-bad5188620be4868156da276cf8ba890288d1987.tar.gz
android_packages_apps_Snap-bad5188620be4868156da276cf8ba890288d1987.tar.bz2
android_packages_apps_Snap-bad5188620be4868156da276cf8ba890288d1987.zip
Merge "SnapdragonCamera: FrameProcessor" into camera.lnx.1.0-dev.1.0
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>