diff options
author | Reena Lee <reena@google.com> | 2011-03-23 19:30:45 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2011-03-23 19:30:45 -0700 |
commit | 9b4b1501f3c84f5de753cdaf90fd499db81f19af (patch) | |
tree | d8bf6f817ddc510d5f2d9aab729d291c759258ae /res | |
parent | 2e108efdcef6b91697c69bfa8d348669c61c040f (diff) | |
parent | 7183487091758e81e07f5618c11fc7d7851cfcdb (diff) | |
download | packages_apps_Browser-9b4b1501f3c84f5de753cdaf90fd499db81f19af.zip packages_apps_Browser-9b4b1501f3c84f5de753cdaf90fd499db81f19af.tar.gz packages_apps_Browser-9b4b1501f3c84f5de753cdaf90fd499db81f19af.tar.bz2 |
am 71834870: am a755aafa: Merge "Adding search_client_id which includes the "ms-" or "tablet-" client-id prefix, set in GooglePartnerSetup. Retaining client-id (which does not include the client-id prefix) for legacy purposes, if Browser is used with an older version
* commit '7183487091758e81e07f5618c11fc7d7851cfcdb':
Adding search_client_id which includes the "ms-" or "tablet-" client-id prefix, set in GooglePartnerSetup. Retaining client-id (which does not include the client-id prefix) for legacy purposes, if Browser is used with an older version of GooglePartnerSetup.
Diffstat (limited to 'res')
-rw-r--r-- | res/values/strings.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 9684fcf..e754ea9 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -815,10 +815,10 @@ user signs up the device with a Google sites account, the site's domain will be appended. --> <string name="homepage_base" translatable="false"> - http://www.google.com/webhp?client=ms-{CID}&source=android-home</string> + http://www.google.com/webhp?client={CID}&source=android-home</string> <!-- The default url for the instant_base_page. --> <string name="instant_base" translatable="false"> - http://www.google.com/webhp?client=ms-{CID}&source=android-omnibox-instant&ion=1</string> + http://www.google.com/webhp?client={CID}&source=android-omnibox-instant&ion=1</string> <!-- Bookmarks --> <string-array name="bookmarks" translatable="false"> |