summaryrefslogtreecommitdiffstats
path: root/res/values/strings.xml
diff options
context:
space:
mode:
authorLeon Scroggins <scroggo@google.com>2011-02-01 13:37:14 -0500
committerLeon Scroggins <scroggo@google.com>2011-02-01 13:49:19 -0500
commit11e309c58cfbbd2d0d02c0262ad6161fc9ba01eb (patch)
tree8bf81411572fa290e7db9b8064b3a5e351f89fd4 /res/values/strings.xml
parente70b327cb82ab4db28eaa92ae58f674cf6d6effb (diff)
downloadpackages_apps_Browser-11e309c58cfbbd2d0d02c0262ad6161fc9ba01eb.zip
packages_apps_Browser-11e309c58cfbbd2d0d02c0262ad6161fc9ba01eb.tar.gz
packages_apps_Browser-11e309c58cfbbd2d0d02c0262ad6161fc9ba01eb.tar.bz2
Do not attempt to download non-https URLs.
Bug:3388003 Change-Id: I9d81017820762bcf714453b935488912397dadbc
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r--res/values/strings.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 75762a0..80cb2c8 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -749,6 +749,8 @@
the user how to enable SD card storage -->
<string name="download_sdcard_busy_dlg_msg" product="default">The SD card is busy. To allow downloads, select \"Turn off USB storage\" in the notification.</string>
+ <!-- Toast for a download which cannot begin because the URL is not http or https -->
+ <string name="cannot_download">Can only download \"http\" or \"https\" URLs.</string>
<!-- Title for a dialog informing the user that there is no application on
the phone that can open the file that was downloaded -->
<string name="download_no_application_title">Cannot open file</string>