Use ACTION_SEARCH to launch search URLs.

This was done so that the browser can identify them as search requests and add location information to the request if enabled.

Also adding internet permission to the manifest as without that it was throwing errors in the debug log infrequently (we need it anyway since this provider accesses the internet for google searches, but in the past it was running inside the acore process so perhaps was not required and this design may have changed now).
2 files changed
tree: 57d7ede8f160eb0c98b10f84977abce478ad3dec
  1. res/
  2. src/
  3. Android.mk
  4. AndroidManifest.xml
  5. MODULE_LICENSE_APACHE2
  6. NOTICE