summaryrefslogtreecommitdiffstats
path: root/overlay
diff options
context:
space:
mode:
authorJean-Michel Trivi <jmtrivi@google.com>2012-06-05 12:11:33 -0700
committerJean-Michel Trivi <jmtrivi@google.com>2012-06-06 15:18:55 -0700
commitff0da21133b555490bafcfe51d104ada72725019 (patch)
treed3a3a732ee6948893200dd804376951add794217 /overlay
parent227c4a7655185b11678224ddd1969b526862723d (diff)
downloaddevice_samsung_crespo-ff0da21133b555490bafcfe51d104ada72725019.zip
device_samsung_crespo-ff0da21133b555490bafcfe51d104ada72725019.tar.gz
device_samsung_crespo-ff0da21133b555490bafcfe51d104ada72725019.tar.bz2
Decrease UI sound levels
Modify configuration value to decrease UI sound effect levels as assets are noticeably louder than for other devices. Bug 6448481 Change-Id: Idf761069ca3a3c29a6c2ba3a440a61c56956da5f
Diffstat (limited to 'overlay')
-rw-r--r--overlay/frameworks/base/core/res/res/values/config.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml
index d4479ef..d480b15 100644
--- a/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -208,4 +208,7 @@
<bool name="config_ui_enableFadingMarquee">false</bool>
+ <!-- The attenuation in dB applied to the sound effects played
+ through AudioManager.playSoundEffect() when no volume is specified. -->
+ <integer name="config_soundEffectVolumeDb">-12</integer>
</resources>