Changed notification categories

This commit is contained in:
M66B
2019-07-23 11:38:36 +02:00
parent fd5f7b3418
commit 54b7c6a3a8
4 changed files with 4 additions and 4 deletions

View File

@@ -283,7 +283,7 @@ public class ServiceSynchronize extends LifecycleService {
.setAutoCancel(false)
.setShowWhen(false)
.setPriority(NotificationCompat.PRIORITY_MIN)
.setCategory(NotificationCompat.CATEGORY_STATUS)
.setCategory(NotificationCompat.CATEGORY_SERVICE)
.setVisibility(NotificationCompat.VISIBILITY_SECRET);
if (lastStats.operations > 0)