Some devices (like Samsung Galaxy S3) come pre-installed with Samsung powered by Vlingo instead of Google Voice Search.
In my app, I would like to programmatically override which speech recognition engine to use, so that Google Voice Search is always used by my app.
So my questions are:
- Is there a way to tell which speech recognition engines are installed? (If so, how?)
- Is there a way to tell which speech recognition engine is selected in the user settings? (If so, how?)
- Is there a programmatic way to override user's selection, so that my app always invokes Google Voice Search? (if so , how?)
Help will be appreciated