1<?xml version="1.0" encoding="utf-8"?> 2<!-- 3/* 4** Copyright 2012, The Android Open Source Project 5** 6** Licensed under the Apache License, Version 2.0 (the "License"); 7** you may not use this file except in compliance with the License. 8** You may obtain a copy of the License at 9** 10** http://www.apache.org/licenses/LICENSE-2.0 11** 12** Unless required by applicable law or agreed to in writing, software 13** distributed under the License is distributed on an "AS IS" BASIS, 14** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 15** See the License for the specific language governing permissions and 16** limitations under the License. 17*/ 18--> 19 20<!-- Mapping of UI sound effects to audio assets under /system/media/audio/ui. 21 Modify this file to override default sound assets. 22--> 23 24<audio_assets version="1.0"> 25 <asset id="FX_KEY_CLICK" file="Effect_Tick.ogg"/> 26 <asset id="FX_FOCUS_NAVIGATION_UP" file="Effect_Tick.ogg"/> 27 <asset id="FX_FOCUS_NAVIGATION_DOWN" file="Effect_Tick.ogg"/> 28 <asset id="FX_FOCUS_NAVIGATION_LEFT" file="Effect_Tick.ogg"/> 29 <asset id="FX_FOCUS_NAVIGATION_RIGHT" file="Effect_Tick.ogg"/> 30 <asset id="FX_KEYPRESS_STANDARD" file="KeypressStandard.ogg"/> 31 <asset id="FX_KEYPRESS_SPACEBAR" file="KeypressSpacebar.ogg"/> 32 <asset id="FX_KEYPRESS_DELETE" file="KeypressDelete.ogg"/> 33 <asset id="FX_KEYPRESS_RETURN" file="KeypressReturn.ogg"/> 34 <asset id="FX_KEYPRESS_INVALID" file="KeypressInvalid.ogg"/> 35 <asset id="FX_BACK" file="Effect_Tick.ogg"/> 36</audio_assets> 37