diff options
author | John Reck <jreck@google.com> | 2012-03-30 16:02:39 -0700 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2012-03-30 16:02:39 -0700 |
commit | e1f8294e582e61281d3a209d8972750bb25cc8f9 (patch) | |
tree | f6817e161b1c4fa18a2c61e01925003a83d1a153 /res/values/strings.xml | |
parent | 96497838babbaeb143b0fbc7d0de9c695e56e9f7 (diff) | |
parent | 2a3e924e6ea2096a4d6d2d283639eb6899a54a20 (diff) | |
download | packages_apps_Browser-e1f8294e582e61281d3a209d8972750bb25cc8f9.zip packages_apps_Browser-e1f8294e582e61281d3a209d8972750bb25cc8f9.tar.gz packages_apps_Browser-e1f8294e582e61281d3a209d8972750bb25cc8f9.tar.bz2 |
Merge "Switch to HTTPS for google.com"
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r-- | res/values/strings.xml | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 6afe4d5..2a7fa96 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -785,14 +785,9 @@ <!-- Do not translate. Testing only --> <string name="dump_nav" translatable="false">Dump navigation cache</string> - <!-- The default homepage. If it starts with "http://www.google" and the - user signs up the device with a Google sites account, the site's - domain will be appended. --> + <!-- The default homepage. --> <string name="homepage_base" translatable="false"> - 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={CID}&source=android-instant&ion=1</string> + https://www.google.com/webhp?client={CID}&source=android-home</string> <!-- Bookmarks --> <string-array name="bookmarks" translatable="false"> |