duckduckgo / android-search-and-stories

DuckDuckGo Search & Stories for Android
https://duckduckgo.com/app
Other
425 stars 172 forks source link

[Feature Request] Web Search Intent #286

Closed kiyui closed 7 years ago

kiyui commented 7 years ago

The application should implement ACTION_WEB_SEARCH such that it can handle search queries from other applications instead of opening up the default Google search app.

Intent intent = new Intent(Intent.ACTION_WEB_SEARCH);