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

@@ -87,7 +87,7 @@ public class ServiceExternal extends Service {
.setAutoCancel(false)
.setShowWhen(false)
.setPriority(NotificationCompat.PRIORITY_MIN)
.setCategory(NotificationCompat.CATEGORY_STATUS)
.setCategory(NotificationCompat.CATEGORY_SERVICE)
.setVisibility(NotificationCompat.VISIBILITY_SECRET);
return builder;