summaryrefslogtreecommitdiffstats
path: root/res/values/strings.xml
diff options
context:
space:
mode:
authorJeff Sharkey <jsharkey@android.com>2011-08-05 14:52:17 -0700
committerJeff Sharkey <jsharkey@android.com>2011-08-09 11:21:04 -0700
commitc18b41eef6da088ed968f2efeda55efcc62d80f5 (patch)
tree86f48cfcf0911e34624465435a083aab2293989c /res/values/strings.xml
parent936c5296ac670867370d8fa5f3b7863198da9852 (diff)
downloadandroid_packages_providers_DownloadProvider-c18b41eef6da088ed968f2efeda55efcc62d80f5.tar.gz
android_packages_providers_DownloadProvider-c18b41eef6da088ed968f2efeda55efcc62d80f5.tar.bz2
android_packages_providers_DownloadProvider-c18b41eef6da088ed968f2efeda55efcc62d80f5.zip
Move to Notification.Builder progress API.
Instead of using custom layout to surface progress information, use new Builder API. Also use resources to build percent string. Bug: 4022082 Change-Id: I556a666771e9103ce5d7ddb60faa879b8777b284
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 270a54ce..24a3f34c 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -207,5 +207,7 @@
[CHAR LIMIT=25] -->
<string name="button_start_now">Start now</string>
+ <!-- Short representation of download progress percentage. [CHAR LIMIT=8] -->
+ <string name="download_percent"><xliff:g id="number">%d</xliff:g><xliff:g id="percent">%%</xliff:g></string>
</resources>