From 2190101cf949d58057e0f0e2ca24dbe81d201426 Mon Sep 17 00:00:00 2001 From: ByteHamster Date: Thu, 3 May 2018 18:47:57 +0200 Subject: Added JobScheduler for feed updates --- core/src/main/AndroidManifest.xml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'core/src/main/AndroidManifest.xml') diff --git a/core/src/main/AndroidManifest.xml b/core/src/main/AndroidManifest.xml index 3257c13a7..aed230415 100644 --- a/core/src/main/AndroidManifest.xml +++ b/core/src/main/AndroidManifest.xml @@ -55,6 +55,12 @@ + + + + -- cgit v1.2.3 From a270d4fc031caba89909fcd710849a6ba18f326b Mon Sep 17 00:00:00 2001 From: ByteHamster Date: Sat, 5 May 2018 15:10:08 +0200 Subject: Migrated Gpodnet to JobIntentService, so it does not need notification --- core/src/main/AndroidManifest.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'core/src/main/AndroidManifest.xml') diff --git a/core/src/main/AndroidManifest.xml b/core/src/main/AndroidManifest.xml index aed230415..951bd2224 100644 --- a/core/src/main/AndroidManifest.xml +++ b/core/src/main/AndroidManifest.xml @@ -27,6 +27,7 @@