Message content is secret

This commit is contained in:
M66B 2018-11-06 10:39:18 +00:00
parent 8a750edc8c
commit 3e1b01dbc2
1 changed files with 1 additions and 1 deletions

View File

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