From 10879e32ba589210994914d0480108438905ffc9 Mon Sep 17 00:00:00 2001 From: eguven Date: Thu, 25 Jan 2018 05:51:57 -0800 Subject: [PATCH] Add DownloadNotificationHelper Helper class to create notifications for downloads using DownloadManager. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=183225948 --- library/ui/src/main/res/values/strings.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/library/ui/src/main/res/values/strings.xml b/library/ui/src/main/res/values/strings.xml index f94a3f16ca..51571e5fab 100644 --- a/library/ui/src/main/res/values/strings.xml +++ b/library/ui/src/main/res/values/strings.xml @@ -26,4 +26,8 @@ Repeat all Shuffle Fullscreen mode + Download queued + Downloading + Download completed + Download failed -- GitLab