Message content is secret

pull/146/head
M66B 7 years ago
parent 8a750edc8c
commit 3e1b01dbc2

@ -502,7 +502,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_PRIVATE) .setVisibility(Notification.VISIBILITY_SECRET)
.setGroup(BuildConfig.APPLICATION_ID) .setGroup(BuildConfig.APPLICATION_ID)
.setGroupSummary(false) .setGroupSummary(false)
.addAction(actionSeen.build()) .addAction(actionSeen.build())

Loading…
Cancel
Save