summaryrefslogtreecommitdiffstats
path: root/res/xml
diff options
context:
space:
mode:
authorDanesh M <daneshm90@gmail.com>2013-01-07 12:07:00 -0600
committerGerrit Code Review <gerrit@cyanogenmod.org>2016-02-12 13:32:46 -0800
commite5df744083c675b08310930a32ea4773a69d0101 (patch)
tree95cc26fa3f621cc2e256f0428c8d0c290c17506a /res/xml
parent0af50673b9b0107fb390533f8ee54467017d3487 (diff)
downloadpackages_apps_Settings-e5df744083c675b08310930a32ea4773a69d0101.zip
packages_apps_Settings-e5df744083c675b08310930a32ea4773a69d0101.tar.gz
packages_apps_Settings-e5df744083c675b08310930a32ea4773a69d0101.tar.bz2
Settings: launch default music player on headset connect [1/3]
Change-Id: Id09065638f1279423ceedef87da1a2edf19f46f4
Diffstat (limited to 'res/xml')
-rw-r--r--res/xml/sounds.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/res/xml/sounds.xml b/res/xml/sounds.xml
index d39c247..42a2a6b 100644
--- a/res/xml/sounds.xml
+++ b/res/xml/sounds.xml
@@ -83,6 +83,13 @@
android:icon="@drawable/ring_notif_increasing"
android:dependency="increasing_ring"/>
+ <!-- Headset -->
+ <com.android.settings.cyanogenmod.CMSystemSettingSwitchPreference
+ android:key="headset_connect_player"
+ android:title="@string/headset_connect_player_title"
+ android:summary="@string/headset_connect_player_summary"
+ android:defaultValue="false" />
+
<!-- Other sounds -->
<Preference
android:key="other_sounds"