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.
This commit is contained in:
@@ -92,6 +92,8 @@ public class TextToSpeechSettings extends PreferenceActivity implements
|
|||||||
|
|
||||||
addPreferencesFromResource(R.xml.tts_settings);
|
addPreferencesFromResource(R.xml.tts_settings);
|
||||||
|
|
||||||
|
setVolumeControlStream(TextToSpeech.Engine.DEFAULT_STREAM);
|
||||||
|
|
||||||
mEnableDemo = false;
|
mEnableDemo = false;
|
||||||
initClickers();
|
initClickers();
|
||||||
initDefaultSettings();
|
initDefaultSettings();
|
||||||
|
Reference in New Issue
Block a user