Creates an instance of AccessibilityService. It implements the singleton pattern, therefore
successive calls to this method will always return the same object.
Parameters:
context - The context to use. Usually your Application or Activity object.
Returns:
a singleton instance of AccessibilityService
loadSounds
public void loadSounds()
Loads the built in sound library. This method must be called before any call to
playSound or stopSound.