summaryrefslogtreecommitdiffstats
path: root/res/xml/capture_preferences.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/xml/capture_preferences.xml')
-rwxr-xr-xres/xml/capture_preferences.xml9
1 files changed, 8 insertions, 1 deletions
diff --git a/res/xml/capture_preferences.xml b/res/xml/capture_preferences.xml
index a92f8490e..e1146b55d 100755
--- a/res/xml/capture_preferences.xml
+++ b/res/xml/capture_preferences.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (c) 2016, The Linux Foundation. All rights reserved.
+<!-- Copyright (c) 2016-2017, The Linux Foundation. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
@@ -356,4 +356,11 @@
camera:title="@string/pref_camera_zoom_title"
camera:entries="@array/pref_camera_zoom_entries"
camera:entryValues="@array/pref_camera_zoom_entryvalues" />
+
+ <ListPreference
+ camera:key="pref_camera2_bsgc_key"
+ camera:defaultValue="@string/pref_camera2_bsgc_default"
+ camera:title="@string/pref_camera2_bsgc_title"
+ camera:entries="@array/pref_camera2_bsgc_entries"
+ camera:entryValues="@array/pref_camera2_bsgc_entryvalues" />
</PreferenceGroup>