am 6dde8965: Fix bug 2045197. The TTS settings activity uses the default TTS stream type. Associate the volume control of this stream type with the volume control buttons.

Merge commit '6dde8965a089cff72a278a6f0904a180c077191d'

* commit '6dde8965a089cff72a278a6f0904a180c077191d':
  Fix bug 2045197.
This commit is contained in:
Jean-Michel Trivi
2009-08-11 18:12:02 -07:00
committed by Android Git Automerger

View File

@@ -92,6 +92,8 @@ public class TextToSpeechSettings extends PreferenceActivity implements
addPreferencesFromResource(R.xml.tts_settings);
setVolumeControlStream(TextToSpeech.Engine.DEFAULT_STREAM);
mEnableDemo = false;
initClickers();
initDefaultSettings();