Hey all can anyone make a extension to open text to speech settings
This one
Thanks in advance
The answer is one line…
activity.startActivity(new Intent(android.provider.Settings.ACTION_VOICE_INPUT_SETTINGS), 0);
Whoever wants to write it.
Hey just wanted to ask two thing
This method can be used in which android versions
And in the code part I only need to put
android.provider.Settings.ACTION_VOICE_INPUT_SETTINGS
This in activity_starter.action right
You’re gonna need someone else to help you do it with the “Activity Starter” component… I don’t mess with that. It will work with API 21 and higher.
Thanks for your help
Hi,
It worked for you?
Activity_Starter1.Action >>> android.provider.Settings.ACTION_VOICE_INPUT_SETTINGS
Activity_Starter1.Start Activity
I tried this but nothing happens.
…this one works: com.android.settings.TTS_SETTINGS