Skip bridging send notifications

This commit is contained in:
M66B
2020-02-04 08:51:05 +01:00
parent 107896c958
commit 439b1b741f

View File

@@ -174,6 +174,7 @@ public class ServiceSend extends ServiceBase {
.setContentIntent(pi)
.setAutoCancel(false)
.setShowWhen(true)
.setLocalOnly(true)
.setPriority(NotificationCompat.PRIORITY_MIN)
.setCategory(NotificationCompat.CATEGORY_SERVICE)
.setVisibility(NotificationCompat.VISIBILITY_SECRET);