Skip to content

return results with a different search engine like https://duckduckgo.com/ #88

Answered by Kaljurand
jim-perkins asked this question in Q&A
Discussion options

You must be logged in to vote

Yes, by default ACTION_WEB_SEARCH is launched. This happens here:

https://github.com/Kaljurand/speechutils/blob/aa8d69d5aaf4041e7d09948cbbafd9c32d348f48/app/src/main/java/ee/ioc/phon/android/speechutils/utils/IntentUtils.java#L71

But any app can provide an activity to service this intent, e.g. if you have the DuckDuckGo app (com.duckduckgo.mobile.android) installed, you can configure it always to be used for ACTION_WEB_SEARCH. In fact, it tries to convince you to do this during the first launch. After that the Kõnele output will be sent into the DuckDuckGo app. In general there is nothing in Kõnele that would lock it into using "www.google.com". (Also, it seems the bit about "Google searc…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@jim-perkins
Comment options

Answer selected by Kaljurand
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants