From 9da9df3d6e84a3c4b04dd22d277e0e6d8f7f1ccb Mon Sep 17 00:00:00 2001 From: Steve Howard Date: Wed, 28 Jul 2010 17:51:02 -0700 Subject: Make all public API downloads visible. This change makes all downloads through the public API visible by default. It removes the API that had allowed applications to control notifications while the download runs. This has been replaced with a hidden API, since such behavior is needed by SystemUpdater and Market (for self-updates). Additionally, the behavior is now protected by a new permission. I'm making this permission signatureOrSystem, and changing the non-purgeable permission to the same (it should've been that, I just didn't know). I'm also adding string descriptions to appease the translation folks. Change-Id: I192e8b19ff9b0e425257cef0db081c3d75996ea5 --- res/values/strings.xml | 29 +++++++++++++++++++++++------ 1 file changed, 23 insertions(+), 6 deletions(-) (limited to 'res') diff --git a/res/values/strings.xml b/res/values/strings.xml index 0bc5c09c..62ba38f7 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -74,13 +74,30 @@ downloads to the SD card, regardless of which application downloaded them. - Download non-purgeable - files to the cache + + Reserve space in the + download cache + Allows the application to - download files to the download cache through the public API which will not - be automatically deleted when the download manager needs more space. - Malicious applications can use this to block other applications from using - the download cache. + download files to the download cache which cannot be automatically deleted + when the download manager needs more space. + + + Use download manager + without notification + + + Allows the application + to download files through the download manager without any notification + being shown to the user. + -- cgit v1.2.3