- earcon
- The name of the earcon. Example: "[tick]"
- packagename
- the package name of the application that contains the resource. This can for instance be the package name of your own application. Example: "com.google.marvin.compass"
The package name can be found in the AndroidManifest.xml of the application containing the resource.<manifest xmlns:android="..." package="com.google.marvin.compass">
- resourceId
- Example: R.raw.tick_snd
Documentation for this section has not yet been entered.
Adds a mapping between a string of text and a sound resource in a package. Use this to add custom earcons.