I'd like to know what is the way to show Text-to-speech settings page in Honeycomb.
In previous Android versions using action com.android.settings.TTS_SETTINGS worked. Now it gives a class cast exception.
How show “Voice Input and Output” settings page from application
06-06 06:59:33.556: ERROR/AndroidRuntime(476): java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{com.android.settings/com.android.settings.TextToSpeechSettings}: java.lang.ClassCastException: com.android.settings.TextToSpeechSettings cannot be cast to android.app.Activity