Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7650533
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T11:16:32+00:00 2026-05-31T11:16:32+00:00

I am working on an android application in which i have implemented voice recognition

  • 0

I am working on an android application in which i have implemented voice recognition and TTS. So i was thinking to launch settings screen for both google voice recognition and TTS to allow user to change settings from within the application.
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 “google 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…

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-31T11:16:33+00:00Added an answer on May 31, 2026 at 11:16 am

    I was stuck on this for ages too…

        Intent intent = new Intent(Intent.ACTION_MAIN);
        intent.setComponent(newComponentName("com.google.android.voicesearch","com.google.android.voicesearch.VoiceSearchPreferences"));
        intent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
        this.startActivity(intent);
        }
    

    Hope it does for you too…

    EDIT: As pointed out in the comments, this changed in the Jelly Bean version of the Google Search App. To catch any potential update issues where you can’t use Build.Version, you can use something along these lines:

    try {
    final Intent vsInt = new Intent(Intent.ACTION_MAIN);
    vsInt.setComponent(new ComponentName("com.google.android.voicesearch",
                                "com.google.android.voicesearch.VoiceSearchPreferences"));
    vsInt.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
    ctx.startActivity(vsInt);
    
    } catch (final Exception e) {
    
    try {
    final Intent vsjInt = new Intent(Intent.ACTION_MAIN);
    vsjInt.setComponent(new ComponentName("com.google.android.googlequicksearchbox", "com.google.android.voicesearch.VoiceSearchPreferences"));
    vsjInt.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
    ctx.startActivity(vsjInt);
    
    } catch (final Exception e1) {
    e1.printStackTrace();
    }
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am working with small application for display bubbles images on android screen.I have
I am working on android application in which i have play online radio streaming.
I am working on an android application. In which i have slideShows. I am
I'm working on Android application which have two different tabhost : Main and Child.
I am working on a fairly basic screen layout for my first Android application
I am working on an application for android and we since we have lots
I m working on application in which i have to send all contacts from
I am new to android development. Currently i am working on an application which
I am working on an Android application in which I want to integrate foursquare
I am working on an android application that requires multiple views which will overlap

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.