Skip bridging send notifications

pull/174/head
M66B 6 years ago
parent 107896c958
commit 439b1b741f

@ -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);

Loading…
Cancel
Save