summaryrefslogtreecommitdiffstats
path: root/res/xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/xml')
-rw-r--r--res/xml/sound_settings.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/res/xml/sound_settings.xml b/res/xml/sound_settings.xml
index dda596a..26e2e20 100644
--- a/res/xml/sound_settings.xml
+++ b/res/xml/sound_settings.xml
@@ -96,7 +96,13 @@
<!-- Do not nest these, or removals in code will break -->
<PreferenceScreen
android:key="dock_audio"
- android:title="@string/dock_audio_settings_title" />
+ android:title="@string/dock_audio_settings_title">
+ <CheckBoxPreference
+ android:title="@string/bluetooth_dock_settings_a2dp"
+ android:key="dock_audio_media_enabled"
+ android:enabled="true"
+ />
+ </PreferenceScreen>
<CheckBoxPreference
android:key="dock_sounds"