From b9a0ad7182209d4aca708e13e876e9b1b43ffafc Mon Sep 17 00:00:00 2001 From: Steve Howard Date: Thu, 16 Sep 2010 12:04:17 -0700 Subject: Improve file error reporting + new detailed error messages in UI * support new error code for "destination file already exists" * improve error handling for various file error cases to return a more specific error code when appropriate * make UI support more detailed error messages for some cases * use Uri.getPath() instead of Uri.getSchemeSpecificPart() for file URIs Change-Id: Icb01d4d3b47c7776be3ddcd8347212e950cd023e --- ui/res/values/strings.xml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'ui/res/values/strings.xml') diff --git a/ui/res/values/strings.xml b/ui/res/values/strings.xml index 063ed04e..bb3654af 100644 --- a/ui/res/values/strings.xml +++ b/ui/res/values/strings.xml @@ -65,6 +65,25 @@ The downloaded file cannot be found. + + Cannot finish download. There is not + enough space on external storage. + + Cannot finish download. There is not enough + space on internal download storage. + + Download interrupted. It cannot be resumed. + + Cannot download. The destination file already exists. + + + Cannot download. The external media is not available. + -- cgit v1.2.3