summaryrefslogtreecommitdiffstats
path: root/res/xml
diff options
context:
space:
mode:
authorDanesh Mondegarian <daneshm90@gmail.com>2013-01-07 13:07:47 -0500
committerGerrit Code Review <gerrit@review.cyanogenmod.com>2013-01-08 12:38:35 -0800
commit9dabc59653e1ff995471046ccd579268da061cbf (patch)
tree2e91e0eb2c948cc412e6cc8b6c475509f20c5cc7 /res/xml
parentafbd026c9ef742609b13394f912bfdc65dd8ae8c (diff)
downloadpackages_apps_settings-9dabc59653e1ff995471046ccd579268da061cbf.zip
packages_apps_settings-9dabc59653e1ff995471046ccd579268da061cbf.tar.gz
packages_apps_settings-9dabc59653e1ff995471046ccd579268da061cbf.tar.bz2
Launch music player on headset connect
Launches the default music player when a headset is connected Patchset 2 - Add headset category Patchset 3 - Remove summary Change-Id: I1ee973bec35d95285a646b86213ced3dd15852ed
Diffstat (limited to 'res/xml')
-rw-r--r--res/xml/sound_settings.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/res/xml/sound_settings.xml b/res/xml/sound_settings.xml
index 31783e5..4ab2f71 100644
--- a/res/xml/sound_settings.xml
+++ b/res/xml/sound_settings.xml
@@ -137,4 +137,11 @@
android:title="@string/dock_sounds_enable_title"
android:defaultValue="false" />
+ <PreferenceCategory
+ android:title="@string/headset_category_title"/>
+
+ <CheckBoxPreference
+ android:key="headset_connect_player"
+ android:title="@string/headset_connect_player_title"
+ android:persistent="false" />
</PreferenceScreen>