summaryrefslogtreecommitdiffstats
path: root/res/xml/video_preferences.xml
diff options
context:
space:
mode:
authorMichael Bestas <mikeioannina@gmail.com>2014-01-20 20:40:32 +0200
committerChippa-a <vusal1372@gmail.com>2019-10-25 15:55:25 +0300
commitbfdc1037c805a57dc067a2084e6a20edacbf9e81 (patch)
treedce2ff16df48b7a0317e47b835b714b1c0177f4b /res/xml/video_preferences.xml
parentf5fcd13376b152d2ddfa5860f49f1ac9d6eb096a (diff)
downloadandroid_packages_apps_Snap-bfdc1037c805a57dc067a2084e6a20edacbf9e81.tar.gz
android_packages_apps_Snap-bfdc1037c805a57dc067a2084e6a20edacbf9e81.tar.bz2
android_packages_apps_Snap-bfdc1037c805a57dc067a2084e6a20edacbf9e81.zip
Camera: Powerkey shutter (2/2)
Ported from cm-10.1 Including cm-10.1 camera commit: aa4ae80a41fbab763891c5ef6d67a9e5b4bb981b Don't mess around with pref local ID for power shutter initialization. Includes http://review.cyanogenmod.org/56986 [mikeioannina]: Updates for L Signed-off-by: Michael Bestas <mikeioannina@gmail.com> Change-Id: I0992baa558eefd306d00fbece59cb5c512d9448b
Diffstat (limited to 'res/xml/video_preferences.xml')
-rwxr-xr-xres/xml/video_preferences.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/res/xml/video_preferences.xml b/res/xml/video_preferences.xml
index 9d0f170bf..151a4f94b 100755
--- a/res/xml/video_preferences.xml
+++ b/res/xml/video_preferences.xml
@@ -190,4 +190,10 @@
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_power_shutter"
+ camera:defaultValue="@string/pref_camera_power_shutter_default"
+ camera:title="@string/pref_camera_power_shutter_title"
+ camera:entries="@array/pref_switch_entries"
+ camera:entryValues="@array/pref_switch_entryvalues" />
</PreferenceGroup>