Determines whether the user requires an application to present information visually in situations where it would otherwise present the information audibly.
public static final boolean getShowSounds()
Returns true if the application should visually show audible output, or returns false if the application can freely use audio.
Use the getShowSounds method to determine whether the application can play sounds and other audio outputs or whether the audio needs to be visually shown. This method can help to provide accessibility to your application.