|
|
@ -501,7 +501,7 @@ public class ServiceSynchronize extends LifecycleService {
|
|
|
|
.setDeleteIntent(piDelete)
|
|
|
|
.setDeleteIntent(piDelete)
|
|
|
|
.setPriority(Notification.PRIORITY_DEFAULT)
|
|
|
|
.setPriority(Notification.PRIORITY_DEFAULT)
|
|
|
|
.setCategory(Notification.CATEGORY_MESSAGE)
|
|
|
|
.setCategory(Notification.CATEGORY_MESSAGE)
|
|
|
|
.setVisibility(Notification.VISIBILITY_SECRET)
|
|
|
|
.setVisibility(Notification.VISIBILITY_PRIVATE)
|
|
|
|
.setGroup(BuildConfig.APPLICATION_ID)
|
|
|
|
.setGroup(BuildConfig.APPLICATION_ID)
|
|
|
|
.setGroupSummary(false)
|
|
|
|
.setGroupSummary(false)
|
|
|
|
.addAction(actionSeen.build())
|
|
|
|
.addAction(actionSeen.build())
|
|
|
|