summaryrefslogtreecommitdiffstats
path: root/core/res/res/xml
diff options
context:
space:
mode:
authorJustin Koh <justinkoh@google.com>2013-07-11 17:16:53 -0700
committerJustin Koh <justinkoh@google.com>2013-07-18 10:46:19 -0700
commitcacfe69b6845dd1c1c8682f67c3c52ef35214b2c (patch)
tree59a27a3612efaa1038dc15e9e02f5a0d6eb59591 /core/res/res/xml
parent5bc32b347f83099772fe5596615d88e4d0a7d813 (diff)
downloadframeworks_base-cacfe69b6845dd1c1c8682f67c3c52ef35214b2c.zip
frameworks_base-cacfe69b6845dd1c1c8682f67c3c52ef35214b2c.tar.gz
frameworks_base-cacfe69b6845dd1c1c8682f67c3c52ef35214b2c.tar.bz2
Add FX_KEYPRESS_INVALID constant to AudioManager.
Add FX_KEYPRESS_INVALID constant to AudioManager. This is a sound which should play if the user tries to click or press on an element which is disabled. Change-Id: Idd8953abeddd1afb51f7f190f9fb612ef672defa
Diffstat (limited to 'core/res/res/xml')
-rw-r--r--core/res/res/xml/audio_assets.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/res/res/xml/audio_assets.xml b/core/res/res/xml/audio_assets.xml
index 746dbab..af5798a 100644
--- a/core/res/res/xml/audio_assets.xml
+++ b/core/res/res/xml/audio_assets.xml
@@ -34,5 +34,6 @@
<asset id="FX_KEYPRESS_SPACEBAR" file="KeypressSpacebar.ogg"/>
<asset id="FX_KEYPRESS_DELETE" file="KeypressDelete.ogg"/>
<asset id="FX_KEYPRESS_RETURN" file="KeypressReturn.ogg"/>
+ <asset id="FX_KEYPRESS_INVALID" file="KeypressInvalid.ogg"/>
</group>
</audio_assets>