summaryrefslogtreecommitdiffstats
path: root/overlay
diff options
context:
space:
mode:
authortilaksidduram <tilaksidduram@gmail.com>2014-08-22 11:05:55 +0530
committertilaksidduram <tilaksidduram@gmail.com>2014-08-22 11:05:55 +0530
commitdc8ad459100dc13e945a2dbec15ce1b76b4a7047 (patch)
tree8e7f476a7a92979c6fe1fb8d5a7f3909d79aee09 /overlay
parentde7462ec9b0dd4ee101b70fb7132cd64560e4112 (diff)
downloaddevice_samsung_n7100-dc8ad459100dc13e945a2dbec15ce1b76b4a7047.zip
device_samsung_n7100-dc8ad459100dc13e945a2dbec15ce1b76b4a7047.tar.gz
device_samsung_n7100-dc8ad459100dc13e945a2dbec15ce1b76b4a7047.tar.bz2
Make low in-call volume fix configurable
By making it configurable, it can be integrated in CM source without impact on other devices which don't have the problem
Diffstat (limited to 'overlay')
-rw-r--r--overlay/packages/services/Telephony/res/values/config.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/overlay/packages/services/Telephony/res/values/config.xml b/overlay/packages/services/Telephony/res/values/config.xml
index 23ec4e4..ba30c16 100644
--- a/overlay/packages/services/Telephony/res/values/config.xml
+++ b/overlay/packages/services/Telephony/res/values/config.xml
@@ -22,4 +22,16 @@
<!-- Audio parameter for setting noise suppression-->
<string name="in_call_noise_suppression_audioparameter">noise_suppression=true=false</string>
+
+ <!-- Determines whether the volume stream must be reset after a mute change
+ in com.android.phone.AudioRouter class.
+ Set the flag to true to solve the low in-call volume for STE devices
+ after accepting an incoming call. -->
+ <bool name="reset_volume_after_mute_change">true</bool>
+
+ <!-- Determines wheter the volume stream must be reset after a audio mode change
+ in com.android.phone.AudioRouter class.
+ Set the flag to true to solve the low in-call volume for STE devices
+ after switching between audio modes. -->
+ <bool name="reset_volume_after_audio_mode_change">true</bool>
</resources>