I am working on an android application in which i have implemented
voice recognition and TTS. I have implemented TTS settings
successfully by using following code:

intent = new Intent();
intent.setAction("com.android.settings.TTS_SETTINGS");
intent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
this.startActivity(intent);

Now I want to show system's "voice recognition settings" in my
application to allow user to change language options etc. I have
searched a lot... Done a lot of hit and try but failed to load voice
recognition settings screen. Please tell me how i can implement that.
Thanks in advance...

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to