From 0863ea40cdecc101f90bdca9c12345b3a1a554aa Mon Sep 17 00:00:00 2001 From: Andy Hung Date: Mon, 21 Dec 2015 12:25:49 -0800 Subject: [PATCH] Add mono audio to SoundSettings Bug: 15283594 Bug: 22700363 Change-Id: Ic4571dee4567a94265bbcf11d08108b19687b284 --- res/values/strings.xml | 9 +++++ res/xml/sound_settings.xml | 8 ++++ .../settings/notification/SoundSettings.java | 37 +++++++++++++++++++ 3 files changed, 54 insertions(+) diff --git a/res/values/strings.xml b/res/values/strings.xml index 86a6195a584..d32aeb2aad2 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -5597,6 +5597,15 @@ Also vibrate for calls + + Mono playback + + + Always play back audio in mono + + + Always play back audio in mono + Other sounds diff --git a/res/xml/sound_settings.xml b/res/xml/sound_settings.xml index 652310ffdc1..2cdebc4f424 100644 --- a/res/xml/sound_settings.xml +++ b/res/xml/sound_settings.xml @@ -50,6 +50,14 @@ android:title="@string/vibrate_when_ringing_title" android:persistent="false" /> + + +