From 7c62314318501d063b8442f45692b07ac4006f60 Mon Sep 17 00:00:00 2001 From: kaiyiz Date: Tue, 25 Mar 2014 13:40:07 +0800 Subject: DownloadProvider: Still display as downloading after download failed When the remaining space is less than 10% of the total space, download will fail, but it still display as downloading in status bar after failed in "Downloads" app. Check error status about downloads. If error exists, will update icon , content title and content text in notification. CRs-Fixed: 636489 Change-Id: I5554ef3d1505642c5cd847bd3d2e25a29772dc0d DownloadProvider: Use an alert icon for downloads that have an error status. Change-Id: If6d0f021cada1a09855009ab3276aa46bec74cfe --- res/drawable/download_error.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 res/drawable/download_error.xml (limited to 'res') diff --git a/res/drawable/download_error.xml b/res/drawable/download_error.xml new file mode 100644 index 00000000..8e79df00 --- /dev/null +++ b/res/drawable/download_error.xml @@ -0,0 +1,11 @@ + + + + + -- cgit v1.2.3