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

@@ -251,7 +251,7 @@ public class ServiceSend extends LifecycleService {
.setAutoCancel(false)
.setShowWhen(true)
.setPriority(NotificationCompat.PRIORITY_MIN)
.setCategory(NotificationCompat.CATEGORY_STATUS)
.setCategory(NotificationCompat.CATEGORY_SERVICE)
.setVisibility(NotificationCompat.VISIBILITY_SECRET);
if (lastUnsent > 0)