summaryrefslogtreecommitdiff
path: root/overlay
diff options
context:
space:
mode:
authorJean-Michel Trivi <jmtrivi@google.com>2012-06-05 12:13:31 -0700
committerJean-Michel Trivi <jmtrivi@google.com>2012-06-07 15:34:37 -0700
commit783a3880547060c4b55aa7dbbc1dff5a8f897bc2 (patch)
treebd84faa5c73971f054656ceae676f3cdd017050a /overlay
parentf8616b83a4077be6e97f426d275ea066408eda28 (diff)
Increase lock / unlock sound levels
Modify the platform configuration to increase lock / unlock sound levels. Bug 6448481 Change-Id: Ie1422cfe37bfb92ce2d7d57ce6b77b86e6334a84
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 5b81b3d..9d40e98 100644
--- a/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -223,4 +223,7 @@
<!-- If this is true, the screen will come on when you unplug usb/power/whatever. -->
<bool name="config_unplugTurnsOnScreen">true</bool>
+
+ <!-- The attenuation in dB applied to the lock/unlock sounds. -->
+ <integer name="config_lockSoundVolumeDb">0</integer>
</resources>