Closed kiyui closed 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.
ACTION_WEB_SEARCH
Intent intent = new Intent(Intent.ACTION_WEB_SEARCH);
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.