From 3c2837e096afe79c745c45564a5cccf8e5dc8308 Mon Sep 17 00:00:00 2001 From: CappielloAntonio Date: Tue, 27 Apr 2021 10:45:59 +0200 Subject: [PATCH] Removed unused resources --- .../cappielloantonio/play/service/DownloaderService.java | 6 ------ app/src/main/res/values/colors.xml | 1 - app/src/main/res/values/strings.xml | 2 -- 3 files changed, 9 deletions(-) diff --git a/app/src/main/java/com/cappielloantonio/play/service/DownloaderService.java b/app/src/main/java/com/cappielloantonio/play/service/DownloaderService.java index f8318bbf..be077674 100644 --- a/app/src/main/java/com/cappielloantonio/play/service/DownloaderService.java +++ b/app/src/main/java/com/cappielloantonio/play/service/DownloaderService.java @@ -47,12 +47,6 @@ public class DownloaderService extends DownloadService { return DownloadUtil.getDownloadNotificationHelper(this).buildProgressNotification(this, R.drawable.ic_downloading,null, null, downloads); } - /** - * Creates and displays notifications for downloads when they complete or fail. - * - *

This helper will outlive the lifespan of a single instance of DemoDownloadService. - * It is static to avoid leaking the first DemoDownloadService instance. - */ private static final class TerminalStateNotificationHelper implements DownloadManager.Listener { private final Context context; diff --git a/app/src/main/res/values/colors.xml b/app/src/main/res/values/colors.xml index 3f4f900f..8d32cc43 100644 --- a/app/src/main/res/values/colors.xml +++ b/app/src/main/res/values/colors.xml @@ -37,5 +37,4 @@ #FFFFFF - #77DD77 \ No newline at end of file diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index a302ac4a..68a9f6e0 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -40,8 +40,6 @@ Couldn\'t play this song. Playlist is empty Audio focus denied. - "Added 1 title to the queue." - Added %1$d titles to the queue. Play/Pause Previous